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.parse('{"a":1}', (k,v)=>typeof v==="number"?v*2:v));