✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following JavaScript code:
Javascript
console.log(a);var a = 5;
What will be the output when this code is executed?