FrontendInterviews.dev

656. Deleting a Missing Key

Easy•

Predict the output.

const obj = {}
console.log(delete obj.missing)

What is printed in the console?

Select an option and submit your answer.
Next Problem