Free JavaScript Course
It took a few weeks, but finally, I've gotten my first draft of the JavaScript course I've been working on. You can start working through it for free today!
Since I didn't write it in an order that makes complete sense, here's the order I'd work through things:
- Introduction to JavaScript
- Document Object Model (DOM)
- Primitive Data Types
- Operators
- Expressions
- Declaring and Assigning Variables
- Arrays
- Working with Strings
- Objects
- Functions
- Scope
- Event Listeners
- Event Bubbling
- Conditionals
- Loops in JavaScript
- Array Functions: forEach, map, and filter
- Asynchronous JavaScript
- Promises in JavaScript
- Using APIs in JavaScript
- Destructuring
- Breaking Your Code into Modules
- Introduction to JavaScript Frameworks and Libraries
- Building a Blackjack Game with JavaScript
The goal will be to create an eBook and video series from this content. Until then, I'm seeking feedback or thoughts on what we should add/remove to make it more accessible to newbies.
If you have any feedback, let me know in the comments, and we can improve it together.
Happy coding!