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: bweisberg/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.
  • 13 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 5, 2017

  1. Day 2 CSS + JS Clock

    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    e98c2ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd1ea9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28808b9 View commit details
    Browse the repository at this point in the history
  4. Day 4 Array Cardio Day 1

    What’s this => operator all about?
    console.table is really useful
    Let’s understand map and reduce functions
    How can I get better code highlighting in chrome dev tools, word wrap in JS sources (no)
    Why use const instead of var?
    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    50919f3 View commit details
    Browse the repository at this point in the history
  5. Day 5 Flex Panels Image Gallery

    What’s this flex box thing?
    What is this css:
    `.panel > * {…`
    `.panel > *:first-child`
    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    7d6bc26 View commit details
    Browse the repository at this point in the history
  6. Day 06 Ajax Type Ahead

    Regular expressions!
    fetch is new is ES6, returns a promise, the blob has a son method
    spread items out an array with …
    
    Extra challenge, try and sort the cities by their distance to your geolocation
    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    79368ce View commit details
    Browse the repository at this point in the history
  7. Day 7 Array Cardio Day 2

    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    4700e86 View commit details
    Browse the repository at this point in the history
  8. Day 08 Fun with HTML Canvas

    What's this hsl color syntax?
    Multiple assignment in ES6 with [x, y] = [100, 90]
    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    2b5b3b8 View commit details
    Browse the repository at this point in the history
  9. Day 09 14 Must know Dev Tools Tricks

    Inspect an element and add a breakpoint on attribute change
    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    57246c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d75c248 View commit details
    Browse the repository at this point in the history
  11. Day 01 Keyboard drum kit.

    Learn how to listen for keydown events.
    cool css transitions, watch them change live in the elements view of dev tools
    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    d9eb87c View commit details
    Browse the repository at this point in the history
  12. Day 10 my solution

    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    2fc59fe View commit details
    Browse the repository at this point in the history
  13. Day 10 Video solution

    event.shiftKey so I didn’t need to listen for keyup/down
    use NodeList.forEach and assume order is by index?
    bweisberg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    0b8cae9 View commit details
    Browse the repository at this point in the history
Loading