Michael Einsohn's #JavaScript30

What can you do with plain old JS? *

* Examples are targeted at most recent version of Chrome

Vanilla JS only! **

Wes Bos has created a 30 day JS coding challenge and a series of videos and start files to go along with it. I started on December 28th, 2016.

My goal is to get as far as possible on each challenge in one day, after watching the video once. I will not rewatch the video or use the solution files until after I've finished the 30 days.

I work with jQuery, and uikit for most of my client work, so this should be fun and informative.

** Google's PrettyPrint is used to format Javascript for the browser in some of the challenges where there is no visual result, and the code is what's important.