Published & live
Questions · showing 3 of 20
Correct answers visible to you only01
What does the typeof operator return for null?Easy
A"null"
B"object"
C"undefined"
D"number"
02
Which array method returns a new array with transformed elements?Easy
A.forEach()
B.filter()
C.map()
D.reduce()
03
What is logged first?Hard
AsetTimeout callback
BPromise .then
CBoth together
DNeither