Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyJavaScriptlet const var and scopeSingle-choice MCQ2,034 views

What will be the output of the following code?

console.log(x); var x = 5;