Question 13
Which of the following statement(s) is/are true regarding javascript?
The “this” reference always refers to the global object inside an arrow function.
The “call” and “apply” functions are the same, if the calling function doesn’t accept any arguments.
A variable, declared using “var” outside any function, is accessible throughout the program.
All of these