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: NabeelahY/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.
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on May 7, 2019

  1. Complete challenges in callbacks.js file

    - implement callback functions
    - invoke function to check resultin console
    NabeelahY committed May 7, 2019
    Configuration menu
    Copy the full SHA
    8436fbb View commit details
    Browse the repository at this point in the history
  2. Solve challenges 1-4 of array-methods.js file

    - used forEach, map(), filter() and reduce() functions
    NabeelahY committed May 7, 2019
    Configuration menu
    Copy the full SHA
    3fd8fa5 View commit details
    Browse the repository at this point in the history
  3. Create closure

    - created a function which nested another function
    NabeelahY committed May 7, 2019
    Configuration menu
    Copy the full SHA
    e1e958d View commit details
    Browse the repository at this point in the history
  4. Try stretch problem in callbacks.js file

    - remove duplicates using new Set method
    NabeelahY committed May 7, 2019
    Configuration menu
    Copy the full SHA
    138421d View commit details
    Browse the repository at this point in the history
  5. Create 3 problems for challenge 5 in array-methods.js file

    - Use .map, .filter and .sort methods
    NabeelahY committed May 7, 2019
    Configuration menu
    Copy the full SHA
    0701a72 View commit details
    Browse the repository at this point in the history
  6. Attempt stretch goals

    - create counter function which returns an increment function
    NabeelahY committed May 7, 2019
    Configuration menu
    Copy the full SHA
    43536c5 View commit details
    Browse the repository at this point in the history
  7. Attempt stretch goal challenge 3

    -return an object which congtains 2 methods
    NabeelahY committed May 7, 2019
    Configuration menu
    Copy the full SHA
    744ae8a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Merge pull request #1 from NabeelahY/nabeelah-yousuph

    WEBEU2 - JavaScript II - Nabeelah Yousuph 🇳🇬
    maximesalomon authored May 8, 2019
    Configuration menu
    Copy the full SHA
    b120639 View commit details
    Browse the repository at this point in the history
Loading