Get Programming with JavaScript Next: New Features of ECMAScript 2015, 2016, and beyond

  • 4h 36m
  • JD Isaacks
  • Manning Publications
  • 2018

Summary

Get Programming with JavaScript Next introduces the modern age of JavaScript programming with ES6 and ES7 without dragging you through confusing jargon and abstract examples you'll never use. In just 34 quick-fire sessions, you'll quickly be coding with the latest features and functions of ES6 and ES7!

About the Technology

Great code is readable, bug-free, and maintainable. Modern JavaScript, aka JavaScript Next, makes it much, much easier to write great applications. New features introduced in ES2015 simplify the structure of your JavaScript projects and radically streamline async-oriented tasks like writing reactive applications and microservices.

About the Book

Get Programming with JavaScript Next introduces you to the new features included in the ES2015-and-later JavaScript releases. You'll learn example by example in 34 short lessons, each designed to drive home a specific skill. The coverage is complete: you'll explore new language syntax, declarations, and data types. You'll structure code with modules, replace callbacks with promises, and use classes instead of constructors. Every time you turn a page, complete an exercise, or study a carefully crafted illustration, you'll be one step closer to JavaScript mastery.

What's Inside

  • New features from ES2015 and later
  • Writing asynchronous code
  • Creating custom iterables
  • Troubleshooting modules and classes

About the Reader

Written for web developers comfortable with standard JavaScript 5 features and coding style.

About the Author

J.D. Isaacks is a seasoned developer, a JavaScript instructor, and an open source maintainer.

In this Book

  • About This Book
  • ECMAScript Specification and the Proposal Process
  • Transpiling with Babel
  • Bundling Modules with Browserify
  • Declaring Variables with Let
  • Declaring Constants with Const
  • New String Methods
  • Template Literals
  • Capstone—Building a Domain-Specific Language
  • New Array Methods
  • Object.assign
  • Destructuring
  • New Object Literal Syntax
  • Symbol—A New Primitive
  • Capstone—Simulating a Lock and Key
  • Default Parameters and Rest
  • Destructuring Parameters
  • Arrow Functions
  • Generator Functions
  • Capstone—The Prisoner's Dilemma
  • Creating Modules
  • Using Modules
  • Capstone—Hangman Game
  • Iterables
  • Sets
  • Maps
  • Capstone—Blackjack
  • Classes
  • Extending Classes
  • Capstone—Comets
  • Promises
  • Advanced Promises
  • Async Functions
  • Observables
  • Capstone—Canvas Image Gallery
  • Here's a Preview of Some of the New Syntaxes You’ll Learn in Unit 2
  • Here's a Preview of Using Promises and Async Functions from Unit 7
SHOW MORE
FREE ACCESS

YOU MIGHT ALSO LIKE