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.
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.