logo


your one source for IT & AV

Training Presentation Systems Services & Consulting Cloud Services Purchase Client Center Computer Museum
Arrow Course Schedule | Classroom Rentals | Student Information | Free Seminars | Client Feedback | Partners | Survey | Standby Discounts

Introduction to ES6

SS Course: 9000498

Course Overview

TOP

JumpStart to ECMAScript 6 (ES6) introduces students to ECMAScript 6's built-in objects and shows them how to create custom Iterators.  It also provides guidance on Next, as well as how to write asynchronous code in a synchronous style using ES6, so developers can unlock greater control and sophistication in the way they develop with JavaScript.

Beyond this, students will also explore how to learn how to use Reflect API to inspect and manipulate object properties. Next, it teaches how to create proxies, and use it to intercept and customize operations performed on objects. Finally, it explains old modular programming techniques such as IIFE, CommonJS, AMD, and UMD and also compares it with ECMAScript modules and demonstrates how modules can increase the performance of websites when used.

                                                                  

Scheduled Classes

TOP

What You'll Learn

TOP

Our engaging instructors and mentors are highly experienced practitioners who bring years of current "on-the-job" experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn about and explore:

  • Learn the new syntax of ECMAScript 6
  • Use the new prototype-based features introduced by ES6
  • Execute ES6 in a non-supported ES6 environment
  • Learn how to write asynchronous code using promises - it makes your code more efficient and easier to maintain
  • Find out how to use iterators, iterables, and generators
  • Explore object-oriented programming and create objects using classes
  • Build proxies using the ES6 proxy API and understand its uses
  • Learn how to create JavaScript libraries using ECMAScript 6 modules

Outline

TOP
Viewing outline for:

Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We will work with you to tune this course and level of coverage to target the skills you need most. Course agenda, topics and labs are subject to adjust during live delivery in response to student skill levels and interests.

 

  1. Playing with Syntax
  • The let keyword
  • The const keyword
  • Default parameter values
  • The spread operator
  • The rest parameter
  • The destructuring assignment
  • The arrow functions
  • The enhanced object literals
  1. Knowing Your Library
  • Working with numbers
  • Doing Math
  • Working with strings
  • Arrays
  • Collections
  • Object
  1. Using Iterators
  • The ES6 symbols
  • The iteration protocols
  • Generators
  • The "for…of" loop
  • The tail call optimization
  1. Asynchronous Programming
  • The JavaScript execution model
  • Writing asynchronous code
  • Promises to the rescue
  • The JavaScript APIs based on Promises
  1. Implementing the Reflect API
  • The Reflect object
  1. Using Proxies
  • Proxies in a nutshell
  • The Proxy API
  • The uses of proxies
  1. Walking You Through Classes
  • Understanding the Object-oriented JavaScript
  • Using classes
  • Using "super" in the object literals
  1. Modular Programming
  • The JavaScript modules in a nutshell
  • Implementing modules the old way
  • Implementing modules the new way

Prerequisites

TOP

In order to be successful in this class, incoming attendees are required to have at least some basic experience working with HTML and CSS. Some exposure to JavaScript would be helpful as well.

Take Before: Attendees should have experience with the topics in the following courses, or should have recently attended these as a pre-requisite:

  • Web Essentials: HTML5 / CSS3
  • Introduction to Modern JavaScript

    Who Should Attend

    TOP

    This introductory-level course is for web developers with at least basic experience in HTML, CSS3 and JavaScript.

    Next Step Courses

    TOP

    Below are a few of the popular Related Courses we offer in this space. Please see the complete Course Catalog for additional options and titles.

    • Introduction to JavaScript | Modern JavaScript Essentials

    JumpStart JavaScript Essentials, Responsive Design, Debugging, Classes, Functions, Security, ES6 / TypeScript Intro & More

    • Introduction to TypeScript

    Scripting Essentials, IDEs, Responsive Design, Debugging, Classes, Functions, Generics, Compiler Options & More

    • Introduction to Node.js | JumpStart to Node.js

    Explore Server-Side Coding through Node.js, RESTify, Development, Working with BootStrap, Using Data Storage Engines & More

    • Mastering Angular Developer Boot Camp | Essentials, Best Practices, Testing, Forms, RxJS & More

    Explore Hands-on Angular Essentials, Components, Services, SPA, Routing, RxJS, TDD / Testing, REST API and More

    • Getting Started with React | Introduction to React Basics

    Learn Step by Step Basic React Application Development | Explore Basics, Components, Forms, Routing & Basic Unit Tests