Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
easy
JavaScript
let const var and scope
Single-choice MCQ
2,034 views
What will be the output of the following code?
console.log(x); var x = 5;