I can’t see what try the explain the example… I need help with that pls
Hey there,
In this quiz you are being asked to look at the 'x'
and 'y'
attributes of a rectangle and figure out where on the screen the rectangle will appear.
As both attributes have a value of 0
, we know it will appear in the top-left corner of the screen, as the x
attribute represents the distance to the left side of the screen, and the y
represents the distance to the top of the screen.
Hope this helps! Let me know if you have any questions.
Ben