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