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.
18 lines
349 B
18 lines
349 B
4 years ago
|
*Complete this quiz by checking one answer per question.*
|
||
|
|
||
|
1. Just about anything a user does on a page raises an event
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|
||
|
|
||
|
2. Common events include
|
||
|
|
||
|
- [ ] click_event
|
||
|
- [ ] select_event
|
||
|
- [ ] input_event
|
||
|
- [ ] all of these
|
||
|
|
||
|
3. You can use anonymous functions to create event handlers
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|