dc048c21c8
Merge pull request #15670 from prateekgoel/fix/move-fahrenheit-variable
...
Move Fahrenheit Variable Below Comment Line
2017-08-01 11:22:23 -05:00
c06fd79f87
Changes post review again
2017-08-01 01:31:51 +05:30
380491784e
Changes post review
2017-08-01 01:30:24 +05:30
e9f141ed44
Add check for function invocation
2017-07-22 16:18:30 -04:00
14bcb00323
refactor(seed): Add break; to default statement on switch challeng ( #15673 )
...
Closes #15131
2017-07-22 01:30:22 -05:00
27262eb9f7
Move Fahrenheit Variable Below Comment Line
...
Challenge URL: https://www.freecodecamp.org/challenges/convert-celsius-to-fahrenheit
2017-07-20 16:37:36 +01:00
190fa94c54
Merge pull request #15098 from charlesBak/fix/arrow-function-with-param
...
Add test to Arrow functions with input parameters
2017-07-16 21:21:27 -05:00
5baec5e56a
fix(challenges): Change "loop" to "function" ( #15649 )
2017-07-15 22:42:00 +05:30
d53bf65746
Added a test to the challenge 'Wherefore art thou'
2017-07-02 09:22:17 -04:00
b2a95c7deb
Merge pull request #15515 from dakshshah96/fix/reuse-patterns-tests
...
Fix test and clarify description for reuse patterns using capture groups
2017-07-01 10:50:41 -07:00
5fe26ba20e
Fix typo in test case for filteredArray
2017-06-30 19:09:35 -04:00
e1f6eea881
fix/Clarification for code example
...
Clarification needed for Functional Programming code example, in the challenge Add Elements to the End of an Array Using concat Instead of push
2017-06-26 16:28:24 -07:00
fc1dea086d
Fix test and clarify description for reuse patterns using capture groups
2017-06-26 22:15:44 +03:00
8210da4f0a
Merge pull request #15417 from ncm1/patch-1
...
Changing "CS" -> "CD"
2017-06-19 19:43:51 -07:00
cb13d91009
Changing "CS" -> "CD"
...
In basic javascript section "manipulating complex objects"
2017-06-17 16:36:48 -04:00
4c1407fb59
Fix default code's tab spacing
2017-06-16 09:29:52 -05:00
6d2e8180b5
Merge pull request #14512 from Manish-Giri/fix/add-tests-object-properties
...
Add test to prevent assignment to variable directly
2017-06-12 22:00:37 -05:00
6e4ab3c5dd
Add test to prevent assignment to variable directly
2017-06-12 20:32:37 -04:00
25ffc4c534
Changed wording for Drop It challenge to be more concise ( #15234 )
2017-06-07 18:54:00 +05:30
fbc5a7da27
updated placement for result variable to be more intuitive for newcomes ( #15142 )
2017-06-01 13:11:28 +05:30
fec8dcb7ed
Add introduction text to basic JavaScript ( #15119 )
2017-05-30 22:05:22 +05:30
72deeb0ae5
Merge pull request #14958 from huyenltnguyen/fix/challenge-description-typo
...
fix challenge description typo
2017-05-29 19:04:04 -07:00
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
f53e759e23
Add test to Arrow functions with input parameters
2017-05-28 18:50:29 +02:00
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
573777d652
fix challenge description typo
2017-05-20 04:24:20 +07:00
37ace2fb1f
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
47c0a826f6
fix(seed) Typo in Use export to Reuse a Code Block ( #14857 )
2017-05-14 22:49:40 +05:30
09604b58a7
Fixed instructions for ES6: Set Default Parameters
2017-05-11 20:49:45 -04:00
00a7c6ffc8
changing wording
2017-05-06 07:45:22 -04: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
cb38fe6465
Added semicolon after object initialization ( #14684 )
...
Not mandatory but adding for the sake of consistency of tutorials.
2017-05-03 22:22:34 +05:30
bd944478bd
use a regexp to make sure user only changes the first line
2017-05-02 05:08:03 +02:00
f25337ae81
Changed 'Define' to 'Declare' in code comment ( #14626 )
2017-04-28 12:19:50 +05:30
a83238ae31
Brazilian Portuguese translation of Basic Algorithm Scripting ( #14590 )
2017-04-27 12:53:04 +05:30
624da2c6ab
change "element's average" to "elements' average" ( #14521 )
2017-04-24 22:18:28 +05:30
bf558c4a4f
fix typo in Mutate an Array Declared with const
2017-04-22 19:57:18 +05:30
68a5cbcd1c
Merge pull request #14115 from JoolsMcFly/fix/wrong-use-of-it-s
...
replace it's with its in descriptions
2017-04-19 09:09:12 -07:00
66acd3b65c
Merge pull request #14440 from Ellyria/fix/typo-in-less-than-or-equal
...
Added the missing "to" to fix issue.
2017-04-17 10:37:27 -05:00
2ed17bde15
Add tests for mutate const array
2017-04-16 12:51:24 +03:00
6e9ba34b7c
Added the missing "to" to fix issue #14403 .
2017-04-14 17:59:07 -04:00
621d3b2d78
Merge pull request #14341 from rtopol2/fix/reg-ex-description
...
Update 'Match Literal Strings' description
2017-04-13 15:48:25 -05:00
bd49123aa0
Update challengeSeed in arguments wrong order ( #14276 )
2017-04-13 09:38:15 -04:00
f3af6e9b5d
Update 'Match Literal Strings' description
2017-04-10 16:27:16 -05:00
ce93077cd6
replace "it's" by "its" (and vice versa) in descriptions and replace 'to lookup' by 'to look up'
2017-04-06 06:31:08 +02:00
1a5965c89b
Merge pull request #14120 from Manish-Giri/fix/fix-tests-make-a-person
...
Add empty method body for make a person(staging)
2017-04-04 19:43:16 -05:00
1f2ba1cd34
Add units to map the debris challenge
2017-04-04 10:29:01 -04:00
968e5d98b7
fixed typo in storing values exercise
2017-03-28 20:51:17 +01:00
521a967fe0
Add empty method body for make a person(staging)
2017-03-27 18:02:45 -04:00