Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloominstituteoftechnology/JavaScript-II
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: luiscmartinez/JavaScript-II
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 3 files changed
  • 1 contributor

Commits on May 22, 2018

  1. inital commit

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    683b033 View commit details
    Browse the repository at this point in the history
  2. converted ES5 function syntax to ES6 fat arrow functions

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    f677813 View commit details
    Browse the repository at this point in the history
  3. created a closure

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    4169c34 View commit details
    Browse the repository at this point in the history
  4. converted created closure to es6 fat arrow syntax

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    feed00b View commit details
    Browse the repository at this point in the history
  5. created a function that increments everytime it is invoked

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    444d9cc View commit details
    Browse the repository at this point in the history
  6. created counterFactory function

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b35263d View commit details
    Browse the repository at this point in the history
  7. mapped to create new arr of first & last names only

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b4fc631 View commit details
    Browse the repository at this point in the history
  8. converted map to forEach for challenge 1 in array-methods.js

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    be451d2 View commit details
    Browse the repository at this point in the history
  9. mapped over runners to create an all caps array of first names

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    d670b21 View commit details
    Browse the repository at this point in the history
  10. filtered to make a new arr of runners with shirt size large only

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    dffd576 View commit details
    Browse the repository at this point in the history
  11. used method reduce to add up the total donations

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    e1f0c71 View commit details
    Browse the repository at this point in the history
  12. created problems to solve with methods

    Luis Luis
    Luis authored and Luis committed May 22, 2018
    Configuration menu
    Copy the full SHA
    a1fd68e View commit details
    Browse the repository at this point in the history
Loading