It’s time to code! Let’s put our theoretical knowledge of JavaScript into practice on the front-end by learning how to actually use it in practice on a page.
In this section, we will cover the following chapters:
- Chapter 5, Hello World! and Beyond: Your First Application
 - Chapter 6, The Document Object Model (DOM)
 - Chapter 7, Events, Event-Driven Design, and APIs
 - Chapter 8, Working with Frameworks and Libraries
 - Chapter 9, Deciphering Error Messages and Performance Leaks
 - Chapter 10, JavaScript, Ruler of the Frontend