11.
Which keyword is used to declare block-scoped variables in JavaScript?
12.
What will be the output of the code above?
13.
Which keyword is used to declare a constant array in JavaScript?
14.
What is the primary difference between const and let in JavaScript?
15.
What will be logged to the console after 1 second?
16.
Which statement is true regarding the const keyword in JavaScript?
17.
What is the purpose of using block scope in JavaScript?
18.
What will be logged to the console?
19.
What is the purpose of using the const keyword in JavaScript?
20.
What will be logged to the console?