Examveda
Examveda

Which of the following are examples of closures?

A. Objects

B. Variables

C. Functions

D. All of the mentioned

Answer: Option D

Solution(By Examveda Team)

Technically, all JavaScript functions are closures: they are objects, and they have a scope chain associated with them.

This Question Belongs to Javascript >> Array And Function

Join The Discussion

Related Questions on Array and Function