FrontendInterviews.dev

634. JSON.stringify undefined in Object

Easy•

Predict the output.

console.log(JSON.stringify({ a: 1, b: undefined }))

What is the correct output/behavior?

Select an option and submit your answer.
Next Problem