Question 19
Which of the following statement(s) is/are true regarding javascript language?
JavaScript is a high level programming language.
JavaScript moves the declaration of all the arrow functions to the top of their scope.
The language does not allow the global declaration of user defined functions.
A function can be invoked inside another function in the language.