Frontend
Interviews
.dev
Problems
656. Deleting a Missing Key
Easy
•
...
Predict the output.
const
obj
=
{
}
console
.
log
(
delete
obj
.
missing
)
What is printed in the console?
true
false
undefined
TypeError
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer