Friday , September 20 2024

What does shadowing mean?

Questions BankCategory: JavaScript Essentials 1What does shadowing mean?
What does shadowing mean?

  • Declaring a local variable with the same name as the previously declared global variable.
  • Changing the value of a variable.
  • Declaring a global variable with the same name as a previously declared global variable.
  • Deleting and rewriting a selected piece of program code.

More Questions: JavaScript Essentials 1 – JSE1: Module 2 Test