0x00. ES6 Basics

This directory contains exercises on ES6 basics such as:

  • Using const and let
  • Using template literals
  • Using default parameters
  • Using the spread operator
  • Using destructuring
  • Using classes
  • Using modules

Each exercise is contained in its own file, with a number in the filename indicating the order in which the exercises should be completed.

The exercises are designed to be completed using the command line and a code editor of your choice.