Exercise on Function Scope, Block Scope, Constants
Explore ES6 improvements on function and block scope along with constants by working through code exercises. Learn to predict console outputs, modify code without changing logging statements, and deepen your understanding of JavaScript scope rules and constants management.
We'll cover the following...
We'll cover the following...
Exercise 1
Check the following code snippet riddle:
Determine the values logged to the console before you execute it.