Frontend
Interviews
.dev
Problems
637. Map Key Reference Identity
Easy
•
...
Predict the output.
const
m
=
new
Map
(
)
m
.
set
(
{
}
,
1
)
console
.
log
(
m
.
get
(
{
}
)
)
What is the correct output/behavior?
1
0
undefined
TypeError
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer