Question 1
Which of the following statement(s) is/are true regarding javascript language?
Hoisting moves the declaration of arrow functions to the top of their scopes.
All 3 keywords, i.e., “var”, “let” and “const” can be used to declare global variables.
The functions are treated as first class citizens in the language.
Node.js is an example of a javascript engine.