tylermcginnis / Modern-JavaScript-Curriculum

Curriculum for TylerMcGinnis.com's "Modern JavaScript" course.

Home Page:https://tylermcginnis.com/courses/modern-javascript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern JavaScript Curriculum

Objective

Refactor an application to use modern JavaScript from ES5.

Instructions

There are two branches. The "master" branch and the "solution" branch. The "master" branch will contain the code you're going to refactor. Since there's really no best way to refactor, there aren't going to be any steps for how to approach it. I recommend just going file by file and if you get stuck, check the "solution" branch to see my implementation.

Step 1:

Fork this repo. Clone your fork. npm install. npm run start. Start refactoring.

Suggestion or just want to say thanks? You can find me on Twitter at @tylermcginnis

About

Curriculum for TylerMcGinnis.com's "Modern JavaScript" course.

https://tylermcginnis.com/courses/modern-javascript/


Languages

Language:JavaScript 88.2%Language:CSS 11.1%Language:HTML 0.7%