When a JavaScript function is executed, a new execution context is created, and a special object called ________ is created.

  • "this"
  • "global"
  • "function"
  • "execution"
When a JavaScript function is executed, a new execution context is created, and a special object called the "execution context" is created. This execution context contains information about the function's variables and scope.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *