Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
- Preparing to Build the Classes 0:34
- Practice Brainstorming Properties
- Player Properties Solution 2:57
- Token Properties Brainstorming
- Token Properties Solution 2:33
- Build the createTokens() Method
- createTokens() Method Solution 3:06
- Board and Space Class Constructor Methods
- Board and Space Class Constructor Methods Solution 3:58
- Build the createSpaces() Method
- createSpaces() Method Solution 2:46
- Game Class Constructor Method
- Game Class Constructor Method Solution 2:45
- Reviewing Constructor Methods and Generating Objects 5 questions
Well done!
You have completed Object-Oriented JavaScript: Challenge!
Instruction
Practice Brainstorming Properties
Assignment:
Consider the different potential properties, or attributes, of a Player object.
Brainstorm or write out responses to the questions on this page.
Write down what you've identified as potential properties for the Player class.
Discuss your choices in the Treehouse Community.
Player Property Brainstorming
To complete this exercise there are a few things to keep in mind. Brainsto...