Question 4
Which of the following statements is false regarding JavaScript and its behavior?
The language supports both first class and higher order functions.
The language supports higher order functions, but not first class functions.
A variable declared without keywords “var”, “let” or “const” is not hoisted at all.
The variables declared using keywords “let” and “const” are also hoisted.