Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptlet const var and scopeSingle-choice MCQ3 views

What does this code throw?

const x = 1;\nx = 2;