Sunny
1720c61753
feat(challenges): Adds do...while challenge to basic JS challenges ( #16068 )
...
* feat(challenges): Adds do...while challenge to basic JS challenges
Closes #14948
* fix: Update id for challenge in correct format
2017-12-15 10:14:22 -06:00
rcohane
d52efaec8d
fix(challenges): Fix 'only subtract one number' test ( #16173 )
...
Closes #13103
2017-12-12 02:07:40 +05:30
Colin Thornton
1deb45a122
chore(seed/challenges): Change misleading variable name in example
...
Changed variable named "thisVariableNameIsTooLong" to
"thisVaribaleNameIsSoLong"
Closes #16165
2017-12-09 21:04:01 +05:30
Will Garcia
0965099148
fix: add 2nd regex check for bracket notation
2017-12-09 12:40:44 +05:30
scissorsneedfoodtoo
72fe47c609
fix(challenges): Change regular expressions match characters that o
...
Originally the challenge's example code was a little unclear about what
the * character does. Also, the challenge could be solved without using
the * character.
BREAKING CHANGE: None
Closes #16119
2017-12-03 00:18:30 +09:00
manish-giri
a6d031a0f6
fix(challenges): Improve description in existing object challenges
2017-11-01 10:28:47 +05:30
mrugesh mohapatra
0874376815
Merge pull request #15751 from DusanSacha/feature/add-basis-js-challenge-return-undefined
...
feat(seed): Add new Basis JS Challenge Return Undefined
2017-10-20 19:58:31 +05:30
Edward Weymouth
5214371ef1
fix(seed-update): browser console, fCC Console, functionality of both ( #15660 )
2017-10-17 13:41:46 -04:00
Manish Giri
e88af5c0e8
fix(challenges): Improve Word Blanks on staging ( #15901 )
2017-09-21 13:11:31 -05:00
Dylan
4c016216b9
Merge pull request #15794 from Bouzmine/fix/dot-notation
...
Change "dot operator" to "dot notation"
2017-09-15 21:19:25 -05:00
Francis Clavette
06611c129a
refactor(challenges): Change dot operator to notation
2017-09-15 19:54:49 -04:00
Shubham Sharma
f0124b9dfb
fix(challenges): Improve wording of description ( #15873 )
...
changed the description of the challenge to make campers understand the
task better
Closes #14306
2017-09-11 17:55:58 -05:00
DusanSacha
4a19a6d370
feat(seed): Add new Basis JS Challenge Return Undefined
...
Add new Bassis JS Challenge Return Undefined with all Change Requests
2017-09-04 14:15:38 +02:00
Dylan
144ff5f4e4
fix test on es6 export default ( #15627 )
2017-09-04 10:16:50 +02:00
Beau Carnes
0fcaccdc3c
Merge branch 'feat/object-freeze-challenge' into staging
2017-09-01 19:18:01 -07:00
Beau Carnes
45c2c73033
fix(seed): Fix typos
2017-09-01 19:15:29 -07:00
Beau Carnes
618e164063
Merge branch 'feature/object-freeze-challenge' of https://github.com/adityaparab/FreeCodeCamp into adityaparab-feature/object-freeze-challenge
2017-09-01 18:58:57 -07:00
Berkeley Martinez
956bacf0e5
Merge pull request #15373 from dhcodes/fix/tests-inc-dec
...
change tests to reflect desired solution
2017-09-01 18:15:32 -07:00
Timo
dcfe18d5d5
refactor: Replace .com with .org
2017-08-26 00:07:44 +02:00
Manish Giri
cf436f34bc
feat(challenges): Add Strict Equality examples challenge ( #15784 )
2017-08-22 22:56:49 -05:00
Darth Skywalker
d5f1687a0e
feat(challenge): Added Object.freeze challenge wrt #15746
2017-08-13 00:19:13 +05:30
Eric Leung
7fbce94845
fix: Clarify mutate array with const challenge ( #15745 )
...
Instructions for Mutate an Array Declared with const was unclear and
included unnecessary learning materials. This commit aims to clarify the
instructions for what the challenge requires, and also add in missing
challenge tests.
Closes #14832
2017-08-11 15:06:35 -05:00
Eric Leung
93148665c6
Merge pull request #15742 from dhcodes/fix/code-styling-on-switch
...
fix(challenges): Change switch code format for consistency
2017-08-08 10:44:57 -07:00
Dylan
8c28b3fadf
Merge pull request #15744 from usmandap/fix/longest-word-in-string
...
fix(seed): Function name findLongestWord changed
2017-08-08 08:40:52 -05:00
dhcodes
c5be44be1b
fix(challenges): Change switch code format for consistency
...
Closes #14947
2017-08-07 23:02:44 -05:00
Milo Hartsoe
def425a66f
fix(seed, challenges, 02-javascript-algorithms-and-data-structures, basic-javascript.json, Golf Code): Adds an array of the names to the Golf Code challe ( #15678 )
...
This adds an array of names for the Golf Code challenge and adds a
sentence about the array to the description of the challenge.
Closes #15618
2017-08-05 13:33:16 -05:00
Usman Hussain
e20916f9b0
fix(seed): Function name findLongestWord changed
...
The function name findLongestWord is a little misleading as the
challenge asks to return the length of the word not the word itself.
Name findLongestWordLength is perfect.
BREAKING CHANGE: Function name changed
2017-08-03 11:25:45 +05:00
Dylan
f92294bbda
Merge pull request #15670 from prateekgoel/fix/move-fahrenheit-variable
...
Move Fahrenheit Variable Below Comment Line
2017-08-01 11:22:23 -05:00
Prateek
ca32658c70
Changes post review again
2017-08-01 01:31:51 +05:30
Prateek
56c81c86f1
Changes post review
2017-08-01 01:30:24 +05:30
MANISH-GIRI
b28c4869aa
Add check for function invocation
2017-07-22 16:18:30 -04:00
Jonathan Meier
074869d5c2
refactor(seed): Add break; to default statement on switch challeng ( #15673 )
...
Closes #15131
2017-07-22 01:30:22 -05:00
Prateek Goel
51d7514992
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
Dylan
ffa03c9483
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
Shubham Sharma
7d3313a1fa
fix(challenges): Change "loop" to "function" ( #15649 )
2017-07-15 22:42:00 +05:30
Luke Bousfield
90112eff73
Added a test to the challenge 'Wherefore art thou'
2017-07-02 09:22:17 -04:00
Eric Leung
16bfaa8b21
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
Stephanie Adams
4298a2b920
Fix typo in test case for filteredArray
2017-06-30 19:09:35 -04:00
tommy
8431830af6
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
Daksh Shah
b53600e1ab
Fix test and clarify description for reuse patterns using capture groups
2017-06-26 22:15:44 +03:00
Eric Leung
0551b9b127
Merge pull request #15417 from ncm1/patch-1
...
Changing "CS" -> "CD"
2017-06-19 19:43:51 -07:00
Nathan Morgenstern
5fc04af60d
Changing "CS" -> "CD"
...
In basic javascript section "manipulating complex objects"
2017-06-17 16:36:48 -04:00
texas2010
28376b2e25
Fix default code's tab spacing
2017-06-16 09:29:52 -05:00
dhcodes
9521dcb39d
change tests to reflect desired solution
2017-06-14 21:28:57 -05:00
Dylan
4b15554a94
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
MANISH-GIRI
5f06ecde9d
Add test to prevent assignment to variable directly
2017-06-12 20:32:37 -04:00
Jonathan
a8d701e4e6
Changed wording for Drop It challenge to be more concise ( #15234 )
2017-06-07 18:54:00 +05:30
Jonathan
a33ebd3c43
updated placement for result variable to be more intuitive for newcomes ( #15142 )
2017-06-01 13:11:28 +05:30
Eric Leung
852678f6f4
Add introduction text to basic JavaScript ( #15119 )
2017-05-30 22:05:22 +05:30
Eric Leung
f6e796f7fa
Merge pull request #14958 from huyenltnguyen/fix/challenge-description-typo
...
fix challenge description typo
2017-05-29 19:04:04 -07:00