Thanks to visit codestin.com
Credit goes to github.com

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: Nouransaeed/JavaScript2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: foocoding/JavaScript2
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.
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 13, 2019

  1. Adding week 3 lecture notes

    Gabe Rodriguez authored and kvarak committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    d631870 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Add more optional background regarding unittests

    This seemed to confuse some of the students in stockholm
    mattiaslundberg authored and kvarak committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    84f25a2 View commit details
    Browse the repository at this point in the history
  2. Don't run lint at the same time as tests

    Let the students focus on one thing at the time, adding eslint to the mix here as well only seemed to confuse when working on the homework. It's an amazing tool, but let's not work on two things at the same time.
    mattiaslundberg authored and kvarak committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    202c11f View commit details
    Browse the repository at this point in the history
  3. Upgrade all dependencies

    The previous ones didn't install on node 12 without crashing
    mattiaslundberg authored and kvarak committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    768acf2 View commit details
    Browse the repository at this point in the history
Loading