Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.38 KB

modern-javascript-from-the-beginning.md

File metadata and controls

45 lines (29 loc) · 1.38 KB

Course Notes

Learn and build projects with pure JavaScript (No frameworks or libraries)

Course Created by Brad Traversy

What you'll learn

  • Modular learning sections & 10 real world projects with pure JavaScript
  • Asynchronous programming with Ajax, Fetch API, Promises & Async / Await
  • Learn JavaScript Patterns
  • Master the DOM (document object model) WITHOUT jQuery
  • OOP including ES5 prototypes & ES2015 classes
  • Regular expressions, error handling, localStorage & more

Course Content

Requirements

  • Basic HTML / CSS knowledge

Who this course is for:

  • People that want to learn modern JavaScript from beginner to advanced without libraries and frameworks