Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
structuredClone
Single-choice MCQ
Which is the output?
console.log(JSON.stringify({a:1,b:2},["a"]));