Skip to content

History

Revisions

  • Merge pull request #329 from FreeCodeCamp/fix/update-terminology Fixed broken and dead links and cleaned up files.

    @SaintPeter SaintPeter committed Feb 8, 2016
    01f59c7
  • Fixed links and cleaned up some pages.

    @Rafase282 Rafase282 committed Feb 8, 2016
    70c868e
  • Merge pull request #324 from FreeCodeCamp/fix/update-terminology Update Wiki Terminology

    @Rafase282 Rafase282 committed Feb 8, 2016
    cf83970
  • Merge pull request #328 from MatForsberg/js-for-loop Changed js-for-loop

    @Rafase282 Rafase282 committed Feb 8, 2016
    92a0ac5
  • Changed js-for-loop * Added syntax and explanations for parts of for loop. * Added common pitfalls section

    @MatForsberg MatForsberg committed Feb 8, 2016
    2547083
  • Add folder for Spanish Language Support

    @SaintPeter SaintPeter committed Feb 8, 2016
    bef6293
  • Update Wiki Terminology

    @SaintPeter SaintPeter committed Feb 7, 2016
    019a5b6
  • Merge pull request #323 from FreeCodeCamp/fix/normalize-filenames Rename Wiki Articles to new Terminology

    @Rafase282 Rafase282 committed Feb 7, 2016
    e9fd4a9
  • 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.

    @SaintPeter SaintPeter committed Feb 7, 2016
    5f96f33
  • Merge pull request #322 from FreeCodeCamp/campsite-additions Add cities, Feb 6 2015

    @Rafase282 Rafase282 committed Feb 7, 2016
    40dd5f6
  • Add multiple cities

    Justin Richardsson committed Feb 7, 2016
    a41f493
  • Merge pull request #321 from MatForsberg/forofloopchange fixed typo (or to of) formatting and added arguments object example

    @Rafase282 Rafase282 committed Feb 7, 2016
    2fc4187
  • fixed typo (or to of) formatting and added arguments object example

    @MatForsberg MatForsberg committed Feb 7, 2016
    f806982
  • Remove quincy's e-mail as an article

    @SaintPeter SaintPeter committed Feb 6, 2016
    b55c341
  • Add cities, Feb 5-6 2016

    Justin Richardsson committed Feb 6, 2016
    162b553
  • change link numbers

    Justin Richardsson committed Feb 6, 2016
    a921018
  • add FCC green logo

    Hallaathrad committed Feb 6, 2016
    9a4e63e
  • Merge pull request #320 from MatForsberg/Closure changed js-closures.md to show a closure

    @SaintPeter SaintPeter committed Feb 6, 2016
    974c311
  • changed js-closures.md to show a closure

    @MatForsberg MatForsberg committed Feb 5, 2016
    c11eb8f
  • Merge pull request #315 from FreeCodeCamp/campsite-additions Add cities, Feb 3-4 2016

    @SaintPeter SaintPeter committed Feb 5, 2016
    035f9db
  • Add cities, Feb 3-4 2016

    Justin Richardsson committed Feb 5, 2016
    9461149
  • Merge pull request #316 from FreeCodeCamp/hallaathrad-patch-1 fixing the picture

    @SaintPeter SaintPeter committed Feb 4, 2016
    1591d8d
  • fixing the picture

    Justin Richardsson committed Feb 4, 2016
    d0d45b9
  • add multiple cities

    Justin Richardsson committed Feb 3, 2016
    e70da0d
  • Merge pull request #314 from HustLion/master Code Solution 2 corrected.

    @Rafase282 Rafase282 committed Feb 3, 2016
    852add6
  • 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.

    @HustLion HustLion committed Feb 3, 2016
    68bf820
  • Merge pull request #313 from FreeCodeCamp/campsite-additions Add cities, Feb 1 2016

    @Rafase282 Rafase282 committed Feb 2, 2016
    9f28386
  • Add cities, Feb 2 2016

    Justin Richardsson committed Feb 2, 2016
    645b412
  • Add cities, Feb 1 2016

    Justin Richardsson committed Feb 2, 2016
    31f906a
  • Merge pull request #310 from FreeCodeCamp/campsite-additions Add cities, Jan 31 2016

    @SaintPeter SaintPeter committed Feb 1, 2016
    b8b7087