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:
- Write a method called
drop()
inside the Token class in the Token.js file according to the requirements and guidelines below. - 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...