Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Render the Board

Assignment:

  1. Inside the Board class, create a render method called drawHTMLBoard() using the requirements below.

Requirements for the drawHTMLBoard() method

  1. This method should receive no arguments.
  2. This method should not return anything.
  3. Use a for-loop or a for-of-loop to iterate through the 2D array of space objects stored in the Board object's spaces ...