A

Admin • 833K Points
Coach

Q. What kind of scoping does JavaScript use?

  • (A) Literal
  • (B) Lexical
  • (C) Segmental
  • (D) Sequential
  • Correct Answer - Option(B)
  • Views: 27
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

Like most modern programming languages, JavaScript uses lexical scoping. This means that functions are executed using the variable scope that was in effect when they were defined, not the variable scope that is in effect when they are invoked.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.