Assessment Mode
DataStructure Challenge
Step
1
/10
Correct
0
What is the output?
const
m =
new
Map
();
console
.
log
(
typeof
m);
A
map
B
object
C
array
D
function
Check Answer