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: wesbos/JavaScript30
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jhanggi/JavaScript30
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
  • 2 files changed
  • 1 contributor

Commits on Oct 10, 2018

  1. Drum kit lesson 01

    At least in current versions of chrome (69) and firefox (62), the keydown event
    has a `key` property, so there's no real reason here to use the keycodes.
    jhanggi committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    bf6bd01 View commit details
    Browse the repository at this point in the history
  2. [02] Clock

    Has a weird jump when the hand reaches the 0 and it transitions all the way around backwards.
    This is noted in the video.
    jhanggi committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    9bda223 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from jhanggi/drum_kit_01

    [01] Drum kit lesson
    jhanggi authored Oct 10, 2018
    Configuration menu
    Copy the full SHA
    ff6ff4f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Merge pull request #2 from jhanggi/clock_02

    [02] Clock
    jhanggi authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d51f333 View commit details
    Browse the repository at this point in the history
Loading