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

Instruction

Build the drop() Method

Assignment:

  1. Write a method called drop() inside the Token class in the Token.js file according to the requirements and guidelines below.
  2. Discuss any questions or thoughts about this method in the Treehouse Community.

Requirements and Guidelines for the drop() Method

/** 
 * Drops html token into targeted board space.
 * @param   {Object}   ta...