Commit Graph

125 Commits (97caacf029493f5f4a4f6524287882b30547a1f9)

Author SHA1 Message Date
Weerayut Teja d6b8c5fcee Remove meaningless 4 in use a retina image guide (#30789) 2019-01-15 17:28:06 -06:00
jenshaw86 b499ea880a Corrected spelling in 'following' (#32360) 2019-01-15 17:27:11 -06:00
Quentin REY fa4ddea155 Correction Spolier -> Spoiler (#34474) 2019-01-15 17:25:02 -06:00
Kelly Downes 722d136858 Fix typo: add 'y' to truthy (#27517) 2019-01-15 17:23:05 -06:00
Kelly Downes 9e5e3dcf9b Fix order of hint paragraph 3 (#27514) 2019-01-15 17:22:35 -06:00
AdityaVT 6e9a09b013 Updated missing link for JS regex resources (#34306)
JS regex resources link above advanced solution wasn't referencing any webpage. Updated it to link to MDN's regular expressions guide.
2019-01-15 17:18:17 -06:00
alittlepickle 2262ab56b4 Updated stub article (#29494) 2019-01-15 17:16:40 -06:00
Kelly Downes 120f418c41 Fix typos: remove 's' from callback (#27512) 2019-01-15 17:13:12 -06:00
Resurreccion 2d85ecb317 Update index.md (#33630) 2019-01-15 16:54:07 -06:00
Rachel Irene Lunan 6dd7ce40d7 fixed spelling error (#29863) 2019-01-15 16:53:11 -06:00
Resurreccion f1ef10aeb0 replace stub with guide (#33670) 2019-01-15 16:52:33 -06:00
Resurreccion ff9ee6814b corrected conditionals (#29295)
previous version passed the tests, but were only relevant to the numbers  tested, not what the question was asking for.
2019-01-15 16:51:07 -06:00
rebelcl0ud 52637ceebb fix: update chunky monkey code solution links (#34258)
advanced code solution 3 links:
1. solution code shows 'slice' being used, but relevant link directed to 'splice'-- link now sends to 'slice'
2. 'run code' link showed adv code solution 2-- link now sends to code used in adv code solution 3
2019-01-15 16:24:17 -06:00
The Coding Aviator 624ce364df Update index.md (#34770) 2019-01-15 16:21:00 -06:00
Kien Nguyen 06dc16ca79 Fix typo statment -> statement for redux tutorial (#27048) 2019-01-15 16:18:26 -06:00
James Hunter 93e3f5abf2 added hints, updated formatting (#33488) 2019-01-15 16:15:27 -06:00
James Hunter 7d6b5a8c4c fixed typos (#33529) 2019-01-15 16:13:49 -06:00
Matheus Genteluci df3c470b46 Use the caret character to use the latest minor.. (#34620)
Hints and Solution added to index.md to guides' section
2019-01-15 16:00:40 -06:00
Jose Toledo 57319189dd Added a dependency removal code example (#25520) 2019-01-15 15:59:48 -06:00
Jose Toledo 1b0518202a Added a dependency convention code example (#25515) 2019-01-15 15:59:18 -06:00
Jose Toledo 9d0d023c4b Added an author code example for package.json (#25501) 2019-01-15 15:58:14 -06:00
Jose Toledo 4da918d258 Added a version code example for package.json (#25499) 2019-01-15 15:56:30 -06:00
Matheus Genteluci fdfdbdaf88 Add keywords to your package.json (#34619)
3 Hints added to index.md
Solution added to index.md
2019-01-15 15:55:39 -06:00
Jose Toledo 52d0ff5319 Added a version code example for package.json (#25490) 2019-01-15 15:53:01 -06:00
Jose Toledo 93e65641bc Added a license code example for Package.json (#25488) 2019-01-15 15:51:52 -06:00
Joshua Henderson 7375637d58 fix: corrected spelling errors in APIs and microservices guide (#34539) 2019-01-15 15:49:16 -06:00
Yoelvis Jiménez 834b2dc9e8 Minor typo: `resonce` replaced by `reponse` (#34677)
Change in line #19 replacing `resonse` by `response`
2019-01-15 15:47:35 -06:00
Adrian Skar 6300a5339f fix(guide): ES6 markup and edit fixes and improvements (#34691)
- Remove image of phantom
- Remove notes for contributors
- Links to bottom and to markdown + some more
- Alternative code solution

### Notes:
- The guide article mentions the challenge can be solved by using `reduce()` but I couldn't find a way to do so. It might be better to remove that reference and the bottom link until someone provides one.
- The alternative code solution I provided uses a simpler way (in my opinion) to check if the values are integers but does not differ much from the original one. If necessary, feel free to remove it and go on with just the fixes.
2018-12-27 18:09:51 +05:30
Taras Yaskiv 5753263d43 fix: add missing hint for 'improve compatibility with browser fallbacks' article (#34728) 2018-12-25 13:29:00 +08:00
Rohan Mohammad ac9a18a7f7 Update index.md (#34720) 2018-12-21 13:52:19 -08:00
Nhat Khanh e5756ae1d6 [Guide] Functional Programming: Sort an Array Alphabetically using the sort Method. Fixes and enhancements. (#34678) 2018-12-21 22:50:52 +05:30
Mario Kandut 9ebc54e9d5 add: stub for regexp challenge - check for all or none (#31670) 2018-12-20 17:25:09 -08:00
Mario Kandut 7cc007e306 add: content for challenge: match whitespace (#31691) 2018-12-20 17:14:29 -08:00
James Liu ba50f794bb Initial commit >= stub. Includes a hint. (#34036) 2018-12-20 17:12:29 -08:00
rjohn1997 6cd3ba0713 Update index.md (#32265)
* Update index.md

Added hint for the exercise.

* Update index.md

Edited hints for exercise
2018-12-20 16:55:58 -08:00
James Hunter 5c6b5da11b added full solution (#33545) 2018-12-20 16:32:05 -08:00
Morgan McLain-Smith 921469f44e Minor typo fixes (#34063)
* Minor typo fixes

* fix: changed a to an
2018-12-20 16:31:13 -08:00
Akhil Pillai bc5d441b21 Add HTML example code and a CodePen link (#28497)
* Add HTML example code and a CodePen link

* fix: removed codepen link
2018-12-14 11:31:44 -08:00
Akhil Pillai 0164c919fd Add HTML snippet and CodePen link (#28507)
* Add HTML snippet and CodePen link

* fix: removed codepen link
2018-12-14 11:31:04 -08:00
Fred Battle cb2f76e1b2 fix: update guide hint to properly declare regex (#34625) 2018-12-12 15:48:22 -08:00
Kevin Trang ace67970e4 Added example, explanation and solution to "Use RGB to Mix Colors" (#34613)
* Added example, explanation and solution to "Use RGB to Mix Colors"

* Keyword backtick changes

-As suggested earlier, I changed the triple backticks of the keywords into single backticks

* Consistent style and format changes

-Changed the spacing of the '<style>' elements , in order to create consistent spacing, and removed extra words to fit the quotes

* fix: removed older examples
2018-12-09 00:19:04 -08:00
bagecka 711ec741e9 Update stub Use RGB to Mix Colors (#33900)
Added to content to stub article, Use RGB to Mix Colors.
2018-12-08 23:44:50 -08:00
Gregory Gubarev a92c07904a Responsive Web Design: Added hint to Specify How Fonts Should Degrade (#24357)
Added hint to Specify How Fonts Should Degrade (https://learn.freecodecamp.org/responsive-web-design/basic-css/specify-how-fonts-should-degrade and https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/specify-how-fonts-should-degrade)
2018-12-08 08:41:33 -06:00
Gregory Gubarev 11d9115576 Added css for correct displaing (#24307) 2018-12-07 04:42:22 -05:00
Gregory Gubarev a3c185af2c [Guide] Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators (#25851)
Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators
2018-12-06 13:35:22 -06:00
Steve Gallant d1d6c08215 docs: grammar and clarity updates (#34567)
* docs: grammar and clarity updates

* docs: clarity revision per request
2018-12-05 18:22:42 -08:00
Syed Isam Hashmi 7187215068 Updated to add solution to "Remove from a Set" (#27500)
* Updated to add solution to "Remove from a Set"

* fix: formatting

* fix: formatting of code block
2018-12-05 17:08:16 -08:00
Syed Isam Hashmi 4261f1d901 Added solution to "Size of the Set" (#27508) 2018-12-02 20:12:06 +05:30
Aditya 9a315e237a Data Structures: Remove from a Set (#34493)
* fix: solution and moved instructions

* feat: added solution

* fix: added code elements
2018-12-01 11:46:02 -07:00
VitBu 62ba0777e0 Adding short and clear solution 2018-12-02 00:23:24 +09:00