This document provides instructions for setting up ES6 and beyond on Windows and includes 5 exercises to practice additional ES6 features including: 1) writing a function to sum all elements in an array, 2) writing a function to count word frequencies in a string, 3) writing a function to union and sort two arrays, 4) writing a function to select words starting with 'a' or 'A' from a string, and 5) writing a function to reverse the digits of an integer.