Q. The lexical scooping in JavaScript is based on which of the following?
β
Correct Answer: (C)
Functions
Explanation: JavaScript has lexical scoping based on functions but not blocks.