Message
This will create a loop that causes the renderer to draw the scene 60 times per second.
Header
If you're new to writing games in the browser, you might say "why don't we just create a setInterval?
Topper
The thing is - we could, but requestAnimationFrame has a number of advantages.