Skip to main content

Module 1 - ES6 and Flood Fill Game

Assigned Readings

  1. Each of the following 19 tutorials is from the ES6 Challenges section of the JavaScript Algorithms and Data Structures Certification on freeCodeCamp. These tutorials are sequential so you may proceed through them by clicking on the first and using the appropriate 'next' button after completing each tutorial:

  2. Each of the following three tutorials is from the Basic JavaScript Challenges section of the JavaScript Algorithms and Data Structures Certification on freeCodeCamp. These tutorials are not all sequential, so please open them using the links below:

  3. The following three tutorials are from the section on Canvas on W3Schools. These tutorials are sequential, so you may access each by clicking on the first below and using the "next" button to access the remaining two:

  4. [OPTIONAL] Skim through at least the opening of the Wikipedia page on the flood fill algorithm to give you a sense of its purpose and various implementations. There is no need to read this full article deeply.