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
3 views
What does this code throw?
const x = 1;\nx = 2;