-
Book Overview & Buying
-
Table Of Contents
Modern JavaScript From The Beginning
By :
Modern JavaScript From The Beginning
By:
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)
Intro & Getting Started
JavaScript Language Fundamentals
DOM Manipulation & Events
DOM Projects
Object Oriented JavaScript - ES5 & ES2015
OOP Book List Project
Asynchronous JavaScript, Ajax & Fetch API
API Projects
Error Handling & Regular Expressions
Other Newer Features - ES2015+
JavaScript Patterns
Tracalorie Project (Using the Module Pattern)
Microposts Project - CRUD Front End (Webpack & Babel)
Wrap Up