Question 2
Which of the following statements about JavaScript functions is/are true?
Every function in JavaScript is an object.
Arrow functions have their own “this” binding
Function declarations are hoisted.
Function expressions assigned to variables are hoisted with their function value.