Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
let const var and scope
Single-choice MCQ
What does this print?
let x=0; x||=2; console.log(x);