
Quiz reinforcement

Quiz
•
Information Technology (IT)
•
Professional Development
•
Medium
mehdi khalil
Used 2+ times
FREE Resource
Student preview

40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Que retourne la ligne suivante ?
[...'hello']
"hello"
['hello']
['h', 'e', 'l', 'l', 'o']
undefined
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Que fait l’opérateur rest dans :
function sum(...nums) { return nums.length; }
Il clone le tableau
Il regroupe tous les arguments dans un tableau
Il fusionne deux objets
Il renvoie la somme
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quelle est la différence entre var et let ?
var a un scope de bloc
let a un scope global
Elles sont identiques
var a un scope fonction, let un scope bloc
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Que donne :
const {a, b=2} = {a: 5};
a=5, b=undefined
a=undefined, b=2
a=5, b=2
a=2, b=5
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Comment fusionner deux tableaux arr1 et arr2 avec spread ?
arr1.merge(arr2)
[arr1, arr2]
arr1.push(...arr2)
[...arr1, ...arr2]
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quelle est la valeur de this dans une arrow function ?
L’objet appelant
Elle hérite du this de son contexte parent
L’objet global
Toujours undefined
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quelle est la sortie ?
[1,2,3].map(n => n*2);
[2,4,6]
[1,4,9]
[2,3,4]
[4,8,12]
Create a free account and access millions of resources
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development