You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
398 B
17 lines
398 B
4 years ago
|
*Complete this quiz after the lesson by checking one answer per question.*
|
||
|
|
||
|
1. You can perform drawing operations directly on the Canvas
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|
||
|
|
||
|
2. You listen to the `onload` event to know when an image has loaded asynchronously
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|
||
|
|
||
|
3. You draw images onto a screen with an operation called
|
||
|
|
||
|
- [ ] paintImage()
|
||
|
- [ ] drawImage()
|
||
|
- [ ] draw()
|