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: dandenney/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.
  • 14 commits
  • 22 files changed
  • 1 contributor

Commits on Dec 8, 2016

  1. Day 1: Add a JS file

    dandenney committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    196a027 View commit details
    Browse the repository at this point in the history
  2. Day 1: Add working version of the drum Kit

    In addition to building the items, I'm playing with code formatting so
    that I can create eslint rules. I love having a blank line between
    variables and functions.
    dandenney committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    948742c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Configuration menu
    Copy the full SHA
    e60e1b1 View commit details
    Browse the repository at this point in the history
  2. Day 3: Update CSS variables with JS

    This was so awesome, I learned more about CSS variables in 10 minutes
    than I had in all the posts that I read before. Plus, I learned the
    details behind dataset, how to target document elements, and that you
    can chain updating them. Finally, this was the first one where I was
    able to work ahead in things I already learned (like the forEach);
    dandenney committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    7981a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dea9d0b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Day 4: Add a series of array cardio exercises

    These are super useful, it was helpful to go over them as a refresher
    from es6.io. I have solid ideas now on how I can sort data in my track
    life project.
    dandenney committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    5eccbef View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Day 5: Toggle classes for creating sliding panels

    Biggest takeaway was that you can log the properties that are being
    transitioned. I also love more practice of creating small functions and
    calling them in event listeners.
    dandenney committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    ce3b5b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    8bf46eb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Day 6: Add a functional type ahead

    This one blew my mind. It seems like such a complicated feature but Wes
    made it feel easy. I love that he found the same regex that I used in
    my data project and I'm likely going to be able to use this in there
    to sort tracks
    dandenney committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    1999cf5 View commit details
    Browse the repository at this point in the history
  2. Day 7: Add Array Cardio 2

    These are very useful for the things that I like to do. I had to google
    a way to find the index of items last night and this video made me
    realize that I can improve the initial way I retrieve the items to
    match them better.
    dandenney committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    e74bf18 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. Day 8: Add drawing on Canvas

    This was pretty cool, it's wild how easy it is to get started with
    something as seemingly complicated as canvas with a great teacher.
    dandenney committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    3d7179c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Day 10: Add a "check all inbetween"

    This is so rad. We were supposed to try it on our own and I didn't
    write the code but I mapped out how I thought I should to it. While
    I was in range, my solution was way more complex. I thought I needed
    to make arrays to determine order, but flipping a variable was so
    much better.
    dandenney committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    28a4779 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Day 11: Add a custom video player

    My favorite part of this was reiterating how powerful it is to listen
    for and console.log an event: thing(e). You get all of the methods
    available on that object in devtools.
    dandenney committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    1f872e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. Day 12: Add key detection

    I debated switching it out to the Konami code but I'll just remember
    that I have this as a start if I ever need that
    dandenney committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    5931aea View commit details
    Browse the repository at this point in the history
Loading