Commit Graph

17264 Commits

Author SHA1 Message Date
98d75156f4 Add tests to es6 challenge Write Higher Order Arrow Functions. Doesn't have es6 syntax tests.
Comments out function and arrow tests that didn't work and fixes formatting issues.
2017-05-29 16:30:11 -04:00
0a6195a65f Add tests to es6 challenge Write Higher Order Arrow Functions. Doesn't have es6 syntax tests.
Comments out function and arrow tests that didn't work and fixes formatting issues.
2017-05-29 16:30:11 -04:00
f53e759e23 Add test to Arrow functions with input parameters 2017-05-28 18:50:29 +02:00
85f8b6c417 Add test to Arrow functions with input parameters 2017-05-28 18:50:29 +02:00
2247b57e25 Merge pull request #14970 from jhowerin/fix/issue14967
Removed - Don't worry about JavaScript itself - we will cover it soon.
2017-05-28 07:49:25 -05:00
1ea28ee924 Merge pull request #14970 from jhowerin/fix/issue14967
Removed - Don't worry about JavaScript itself - we will cover it soon.
2017-05-28 07:49:25 -05:00
539d5a2ae1 Fix meaning issue (#15059)
The wording made think that we had to return the sum of the two numbers and *then* all the numbers between them (in the form of an array for instance). In fact we have to return the sum of the two numbers *plus* the sum of all numbers between them.
2017-05-27 18:42:48 +05:30
51ae1a4c2b Fix meaning issue (#15059)
The wording made think that we had to return the sum of the two numbers and *then* all the numbers between them (in the form of an array for instance). In fact we have to return the sum of the two numbers *plus* the sum of all numbers between them.
2017-05-27 18:42:48 +05:30
26fdd5e28f move example out of test 2017-05-26 11:26:40 -05:00
7d919b4192 move example out of test 2017-05-26 11:26:40 -05:00
cd7f24defd fix(tests): minor change to test suite for nest an anchor challenge 2017-05-24 22:20:45 -04:00
ae19c6b7ca fix(tests): minor change to test suite for nest an anchor challenge 2017-05-24 22:20:45 -04:00
9993f8afd5 minor change to test suite 2017-05-22 17:35:28 -07:00
007615de74 minor change to test suite 2017-05-22 17:35:28 -07:00
85fc96e934 Removed - Don't worry about JavaScript itself - we will cover it soon. 2017-05-20 20:09:36 -04:00
ec95505630 Removed - Don't worry about JavaScript itself - we will cover it soon. 2017-05-20 20:09:36 -04:00
573777d652 fix challenge description typo 2017-05-20 04:24:20 +07:00
2f7d8689ec fix challenge description typo 2017-05-20 04:24:20 +07:00
70f2b797d9 Fixs classic modal styling not rendering
Move classic modal less files co-locating them in the app file structure
2017-05-19 05:46:35 +01:00
7b4d5fe4f8 Merge pull request #14884 from no-stack-dub-sack/fix/stack-challenge
fix(challenge): fix bug in learn a stack challenge
2017-05-17 22:13:47 -05:00
9b76d25f32 fix(challenge): fix bug in learn a stack challenge 2017-05-15 19:10:32 -04:00
60522efd5e fix(challenge): fix bug in learn a stack challenge 2017-05-15 19:10:32 -04:00
f6b2326eb6 Merge pull request #14687 from Bouncey/feature/settingsSkeleton
Add a settings skeleton
2017-05-15 10:24:32 -07:00
37ace2fb1f minor change to "while loop" description (#14790) 2017-05-14 23:22:52 +05:30
4ed293df6e minor change to "while loop" description (#14790) 2017-05-14 23:22:52 +05:30
ee15517fe5 go into intermediate algorithm scripting and remove all instances of property in the wherefore art thou exercise (#14827) 2017-05-14 23:12:23 +05:30
947d280809 go into intermediate algorithm scripting and remove all instances of property in the wherefore art thou exercise (#14827) 2017-05-14 23:12:23 +05:30
b0c90c84a3 Add text instructing user to remove target attribute. (#14847)
Add text instructing user to remove target attribute.
2017-05-14 23:09:28 +05:30
6d1f41d140 Add text instructing user to remove target attribute. (#14847)
Add text instructing user to remove target attribute.
2017-05-14 23:09:28 +05:30
890b4aa97a Fixing error in data structure description (#14859)
Referenced in https://github.com/freeCodeCamp/freeCodeCamp/issues/14843
2017-05-14 22:53:16 +05:30
0d2bd2fd2b Fixing error in data structure description (#14859)
Referenced in https://github.com/freeCodeCamp/freeCodeCamp/issues/14843
2017-05-14 22:53:16 +05:30
47c0a826f6 fix(seed) Typo in Use export to Reuse a Code Block (#14857) 2017-05-14 22:49:40 +05:30
6f02f853f6 fix(seed) Typo in Use export to Reuse a Code Block (#14857) 2017-05-14 22:49:40 +05:30
f2df2e567d Merge pull request #14830 from jiakim/branch/fix/es6_instructions
Fixed instructions for ES6: Set Default Parameters
2017-05-13 21:33:59 -05:00
09604b58a7 Fixed instructions for ES6: Set Default Parameters 2017-05-11 20:49:45 -04:00
9abe54d573 Fixed instructions for ES6: Set Default Parameters 2017-05-11 20:49:45 -04:00
c886ebfa92 Remove duplicate from blacklisted usernames (#14769) 2017-05-08 20:29:00 +05:30
e50205b24a Merge pull request #14772 from no-stack-dub-sack/fix/sorting-algos
fix(tests): improve sorting algos section
2017-05-07 21:16:47 -07:00
983cbf99dc fix(tests): improve sorting algos section 2017-05-07 22:20:42 -04:00
7e83fee4a1 fix(tests): improve sorting algos section 2017-05-07 22:20:42 -04:00
4331ccba4b Merge pull request #14748 from TheBest101/fix/Initalizing-variable-wording
fix/Uninitalized-variable-wording
2017-05-06 19:05:32 -07:00
00a7c6ffc8 changing wording 2017-05-06 07:45:22 -04:00
8941f8445c changing wording 2017-05-06 07:45:22 -04:00
eb923b90dc Merge pull request #14671 from techstonia/fix/code-tags-in-console
Code tags don't appear in output anymore
2017-05-04 08:00:40 -05:00
4202e9f5f9 Merge pull request #14579 from JoolsMcFly/fix/add-regexp-to-better-validate-user-code
use a regexp to make sure user only changes the first line
2017-05-04 07:39:50 -05:00
0caef00dfe Merge pull request #14579 from JoolsMcFly/fix/add-regexp-to-better-validate-user-code
use a regexp to make sure user only changes the first line
2017-05-04 07:39:50 -05:00
d9c166111b Merge pull request #14708 from freeCodeCamp/revert-13592-feature/youtubeInMap
Revert "Add Youtube videos to the map"
2017-05-03 17:25:08 -07:00
60187e6c28 Revert "Add Youtube videos to the map (#13592)"
This reverts commit 4a3fcba501.
2017-05-03 19:22:05 -05:00
4a3fcba501 Add Youtube videos to the map (#13592) 2017-05-03 18:03:59 -05:00
e9b5c4e7c4 Scraped first 600 Project Euler Problems (#14605)
Notes:

This is a rough draft to get everyone started.

* Questions for which I did not have confirmed answers for have "TODO" marked in the tests.
* Some descriptions contain latex - I scraped them off the official project euler site (where they use MathJax)
* Some descriptions contain images - easily found in the json by looking for contiguous blank lines - these will have to be handled manually.
2017-05-03 15:32:23 -05:00