Book Image

Modern JavaScript From The Beginning [Video]

By : Brad Traversy
3.7 (3)
Book Image

Modern JavaScript From The Beginning [Video]

3.7 (3)
By: Brad Traversy

Overview of this book

This is a front to back JavaScript course for absolutely everybody. We start with the basic fundamentals and work our way to advanced programming without relying on frameworks or libraries at all. You will learn a ton of pure JavaScript, whether you are a beginner or an established JS programmer. There is something for everyone.Topics included: - Basics and Fundamentals: Data types, let and const variables, functions, conditionals, loops, object literals, arrays, and so on. DOM Manipulation: Selectors, traversing the DOM, show/hide, creating and removing elements, event listeners OOP: ES5 prototypes, inheritance, ES2015 classes and sub-classes, constructors. Async JS: Ajax and XHR, Fetch API, callbacks, promises, async / await. ES2015+: Arrow functions, template strings, generators, iterators, maps and sets, symbols and more. JavaScript Patterns: Module, Factory, State, Observer, Mediator, SingletonOther: Local and session storage, regular expressions, try/catch error handling. 10 projects of all kinds.
Table of Contents (14 chapters)
Chapter 3
DOM Manipulation & Events
Content Locked
Section 5
Traversing the DOM
Text: DOM Manipulation & Events: Traversing the DOM