Question 9
Which of the following statement(s) is/are true regarding JavaScript language?
Any variable declared using “var” keyword has a global scope.
Any variable declared using “let” keyword has a block based scope.
The language supports the concept of arrays.
The language uses a call stack to execute the functions in the program.