Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 398 Bytes

File metadata and controls

17 lines (11 loc) · 398 Bytes

Complete this quiz after the lesson by checking one answer per question.

  1. You can perform drawing operations directly on the Canvas
  • true
  • false
  1. You listen to the onload event to know when an image has loaded asynchronously
  • true
  • false
  1. You draw images onto a screen with an operation called
  • paintImage()
  • drawImage()
  • draw()