In Javascript, we take the following steps:
- Declare a variable, which I've chosen to call "score", and set it equal to zero
- In the Do_a_Frame function, just after we clear the canvas, display the score by setting a font and fillStyle, then using fillText()