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 trialSilvia Ramos
Front End Web Development Techdegree Graduate 18,318 PointsPosition of the coins
Hey!
Why does it goes from 0 to 800 horizontally, and from 0 to 600 vertically? I mean I get the zero bit, but how does he know the limit (800 and 600) did he set this up? if so, where or I can see this?
Many thanks!
1 Answer
Brandon White
Full Stack JavaScript Techdegree Graduate 35,771 PointsHi Silvia,
800 X 600 is the size of the window (or canvas) in pixels. I imagine Dave did specify those dimensions himself, but Iām not sure in the code where.
Silvia Ramos
Front End Web Development Techdegree Graduate 18,318 PointsSilvia Ramos
Front End Web Development Techdegree Graduate 18,318 PointsHey Brandon! Ok i see, thank you :)