JavaScript Programming Intermediate Quiz 2

Select your answers and check your results. Use Reset to start again.
Practice Pronunciation (Merriam-Webster)
Navigation
Intermediate Quiz 2
1. What does let x = 5; x += 2; set x to?
2. What is the output of [1,2,3].filter(x => x > 1) ?
3. Which method checks if all elements in an array pass a test?
4. What does setTimeout(fn, 0) do?
5. What is the result of [1,2,3].reduce((a,b)=>a+b,0) ?
6. How do you check if a variable is undefined?
7. What is the output of typeof function() {} ?
8. Which keyword is used to create a JavaScript class?
9. What is the value of Boolean([]) ?
10. Which property lets you access the number of arguments passed to a function?
Previous Next
Other
Timer
00:00

Vocabulary Quiz
Score: 0

Spin the Wheel
Promo's

Explore More