Complete this quiz after the lesson by checking one answer per question.
- What's a fun way to show how many lifes a player has left
- a number of ships
- a decimal number
- How do you center text in the middle of the screen using the Canvas element
- You use Flexbox
- You instruct the text to be drawn at the x coordinate of: the client window width/2
- You set the
textAlign
property to the valuecenter
on the context object.