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

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.
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: HackYourFuture/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.
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Mar 4, 2019

  1. link within FooCoding

    kvarak committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    918dc70 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Adding lecture notes and exercises for javascript2 week 2

    Gabe Rodriguez authored and kvarak committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    6a398b9 View commit details
    Browse the repository at this point in the history
  2. Adding Functions lecture notes

    Gabe Rodriguez authored and kvarak committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    7d6c81b View commit details
    Browse the repository at this point in the history

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