-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Comparing changes
Open a pull request
base repository: wesbos/JavaScript30
base: master
head repository: dandenney/JavaScript30
compare: master
- 14 commits
- 22 files changed
- 1 contributor
Commits on Dec 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 196a027 - Browse repository at this point
Copy the full SHA 196a027View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 948742c - Browse repository at this point
Copy the full SHA 948742cView commit details
Commits on Dec 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e60e1b1 - Browse repository at this point
Copy the full SHA e60e1b1View commit details -
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);
Configuration menu - View commit details
-
Copy full SHA for 7981a6f - Browse repository at this point
Copy the full SHA 7981a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea9d0b - Browse repository at this point
Copy the full SHA dea9d0bView commit details
Commits on Dec 11, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5eccbef - Browse repository at this point
Copy the full SHA 5eccbefView commit details
Commits on Dec 12, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for ce3b5b2 - Browse repository at this point
Copy the full SHA ce3b5b2View commit details
Commits on Dec 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8bf46eb - Browse repository at this point
Copy the full SHA 8bf46ebView commit details
Commits on Dec 16, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 1999cf5 - Browse repository at this point
Copy the full SHA 1999cf5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e74bf18 - Browse repository at this point
Copy the full SHA e74bf18View commit details
Commits on Dec 17, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3d7179c - Browse repository at this point
Copy the full SHA 3d7179cView commit details
Commits on Dec 20, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 28a4779 - Browse repository at this point
Copy the full SHA 28a4779View commit details
Commits on Dec 22, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1f872e5 - Browse repository at this point
Copy the full SHA 1f872e5View commit details
Commits on Jan 8, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 5931aea - Browse repository at this point
Copy the full SHA 5931aeaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master