Accessing a variable (1)
console.log()
method.But, the console.log()
method contains a small mistake. If you try to run the code, you will see an error message.Fix the mistake and run the code again.
const num = 5;
console.log(Num);
Javascript
Console