JavaScript Programming Advanced Quiz 5

Select your answers and check your results. Use Reset to start again.
Practice Pronunciation (Merriam-Webster)
Navigation
Advanced Quiz 5
1. What is the output of console.log(typeof new Date()) ?
2. What is the output of console.log(typeof /abc/) ?
3. What is the output of console.log(typeof Math) ?
4. What is the output of console.log(typeof new Function()) ?
What is the output of console.log(async function(){}.constructor.name) ?
6. What is the output of console.log(typeof new Set()) ?
7. What is the output of console.log(typeof new WeakMap()) ?
8. What is the output of console.log(typeof new WeakSet()) ?
9. What is the output of console.log(Promise.resolve(42).then(v => v * 2)) ?
10. What does new Proxy({}, {get() { throw new Error('blocked'); }}) demonstrate?
Previous Next
Other
Timer
00:00

Vocabulary Quiz
Score: 0

Spin the Wheel
Promo's

Explore More