Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Object-Oriented JavaScript: Challenge Rendering the Game startGame() Method Solution

Game not starting/displaying when i click start

i get this in the console:

Uncaught ReferenceError: owner is not defined at new Token (Token.js:3) at Player.createTokens (Player.js:19) at new Player (Player.js:7) at Game.createPlayers (Game.js:14) at new Game (Game.js:4) at app.js:1 Token @ Token.js:3 createTokens @ Player.js:19 Player @ Player.js:7 createPlayers @ Game.js:14 Game @ Game.js:4 (anonymous) @ app.js:1

Having identical issue I think. I am refrencing the index.html file that is in the same directory as my class js files, and I am sure that the app.js file is included (it was already there at the bottom of the html file), yet I am getting:

Failed to load resource: net::ERR_FILE_NOT_FOUND app.js:1