We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Merge pull request #329 from FreeCodeCamp/fix/update-terminology Fixed broken and dead links and cleaned up files.
Fixed links and cleaned up some pages.
Merge pull request #324 from FreeCodeCamp/fix/update-terminology Update Wiki Terminology
Merge pull request #328 from MatForsberg/js-for-loop Changed js-for-loop
Changed js-for-loop * Added syntax and explanations for parts of for loop. * Added common pitfalls section
Add folder for Spanish Language Support
Update Wiki Terminology
Merge pull request #323 from FreeCodeCamp/fix/normalize-filenames Rename Wiki Articles to new Terminology
Rename Wiki Articles to new Terminology Map: Waypoint => Challenge Waypoints => Challenges Bonfire => Algorithm Bonfires => Algorithms Zipline => Front-End-Project Ziplines => Front-End-Projects Basejump => Back-End-Project Basejumps => Back-End-Projects Also remove some random files which are not needed or stubs.
Merge pull request #322 from FreeCodeCamp/campsite-additions Add cities, Feb 6 2015
Add multiple cities
Merge pull request #321 from MatForsberg/forofloopchange fixed typo (or to of) formatting and added arguments object example
fixed typo (or to of) formatting and added arguments object example
Remove quincy's e-mail as an article
Add cities, Feb 5-6 2016
change link numbers
add FCC green logo
Merge pull request #320 from MatForsberg/Closure changed js-closures.md to show a closure
changed js-closures.md to show a closure
Merge pull request #315 from FreeCodeCamp/campsite-additions Add cities, Feb 3-4 2016
Add cities, Feb 3-4 2016
Merge pull request #316 from FreeCodeCamp/hallaathrad-patch-1 fixing the picture
fixing the picture
add multiple cities
Merge pull request #314 from HustLion/master Code Solution 2 corrected.
Code Solution 2 corrected. The previous version fails the test case: `drop([1, 2, 3, 4], function(n) {return n > 5;}) should return [].` Because `arr.findIndex(func) >= 0 && arr.findIndex(func)` returns `false` in this case rather than a value. With `arr.findIndex(func) >= 0 ? arr.findIndex(func): arr.length`, the length of the array is returned thus `arr.slice()` returns an empty array.
Merge pull request #313 from FreeCodeCamp/campsite-additions Add cities, Feb 1 2016
Add cities, Feb 2 2016
Add cities, Feb 1 2016
Merge pull request #310 from FreeCodeCamp/campsite-additions Add cities, Jan 31 2016