freeCodeCamp/challenges/02-javascript-algorithms-and-data-structures
Niko c98b964606 refactor: Basic Algorithm Scripting (#16365)
Change var to let/const.
Change some single quotes to double quotes to be consistent. (Most were using double quotes)
Change callback functions to use ES6 arrow syntax.
Add function call to solution to be more consistent. (Some were present already)
Remove comments from solution to be more consistent. (Most didn't have comments)
2018-01-16 11:50:31 +05:30
..
basic-algorithm-scripting.json refactor: Basic Algorithm Scripting (#16365) 2018-01-16 11:50:31 +05:30
basic-data-structures.json Fix typo in test case for filteredArray 2017-06-30 19:09:35 -04:00
basic-javascript.json fix(seed/challenges): Correct typo in a JavaScript challenge (#16441) 2018-01-08 10:53:55 +05:30
claim-your-javascript-algorithms-and-data-structures.json feat(cert): Certificates (#16185) 2017-12-20 19:15:23 -06:00
debugging.json fix: Make semicolon optional (#16364) 2017-12-29 14:56:52 +00:00
es6.json fix(challenges): Clarified instructions on es6 let challenge (#15983) 2018-01-04 10:58:30 +00:00
functional-programming.json fix(seed): Space between function name and parameters was not (#16324) 2018-01-15 22:08:36 +05:30
intermediate-algorithm-scripting.json feat(seed): Move required projects into new algorithm projects 2017-12-15 15:22:19 -06:00
javascript-algorithms-and-data-structures-projects.json fix(seed/challenges): Change cash register algorithm (#16244) 2017-12-22 22:15:16 -06:00
object-oriented-programming.json Put all lists in a single string 2017-02-28 14:56:26 +01:00
regular-expressions.json fix(challenges): Change regular expressions match characters that o 2017-12-03 00:18:30 +09:00