JavaScript

Practice JavaScript MCQs covering variables, data types, operators, functions, objects, arrays, DOM manipulation, events, ES6+, asynchronous programming, APIs, and modern JavaScript concepts.

105 MCQs available

Start Course Browse MCQs
A Date.now()
B new Date().getTime()
C new Date().valueOf()
D All of the above
A a1
B a
C 1
D NaN
A Array.isArray()
B isArray()
C typeof
D instanceof
A true
B false
C undefined
D NaN
A export
B exports
C module.exports
D All of the above