es6

Day 3

11.3 Lesson Plan: Advanced ES6

Overview

This lesson plan will cover some additional topics related to ES6 syntax. Some of the tools covered include the for...of loop, rest operator, spread operator, and additional Git concepts.

Learning Objectives

By the end of class, students will be able to:

  • Identify and implement how and when to use for...of loops.

  • Identify and implement how and when to use the spread and rest operators.

  • Use destructuring assignment syntax to unpack values from arrays, or properties from objects, into unique variables.

Slides