FrontendInterviews.dev

635. JSON.stringify undefined in Array

Easy•

Predict the output.

console.log(JSON.stringify([1, undefined, 3]))

What is the correct output/behavior?

Select an option and submit your answer.
Next Problem