
JS#5

Quiz
•
Information Technology (IT)
•
University
•
Hard

Léo Hilaire
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quelle est la syntaxe correcte pour écouter un clic sur un bouton btn ?
btn.on('click', handleClick)
btn.addEventListener('click', handleClick)
btn.addEventListener(click, handleClick())
addEventListener(btn, 'click', handleClick)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Pour passer correctement une fonction nommé handleClick à addEventListener, il faut remplacer ... par ?
addEventListener('click', ... );
handleClick()
'handleClick'
handleClick
new handleClick()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comment récupérer l’objet événement dans le handler ?
Le navigateur l’injecte : function handler(e) { … }
Il faut l’importer avec import { event } from 'dom'
On l’obtient via window.event uniquement
On ne peut pas y accéder
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comment empêcher l’envoi d’un formulaire et rester sur la page dans un handler de submit ?
form.stop()
e.stopPropagation()
e.preventDefault()
return false en dehors du handler
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Laquelle de ces paires add/remove fonctionne pour retirer un écouteur ?
btn.addEventListener('click', () => console.log('x')); btn.removeEventListener('click', () => console.log('x'));
const h = () => console.log('x'); btn.addEventListener('click', h); btn.removeEventListener('click', h);
btn.addEventListener('click', console.log('x')); btn.removeEventListener('click', console.log('x'));
btn.addEventListener(click, h); btn.removeEventListener('click', h);
Similar Resources on Wayground
10 questions
SQL PRE-ASSESSMENT (MOTIVATION)

Quiz
•
University
10 questions
Basics of Network and Internet Safety

Quiz
•
10th Grade - University
10 questions
Moocs test coursera

Quiz
•
University
10 questions
LIVING IN THE IT ERA ACTIVITY 1

Quiz
•
University
9 questions
Quiz SAP-PP

Quiz
•
University
10 questions
How Cyber Safe Are You?

Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University