0 votes
in JavaScript by
What are the closures?

a) Both Function objects and Scope where function's variables are resolved

b) Scope where function's variables are resolved

c) Function objects

d) Function return value

1 Answer

0 votes
by

Answer: C

Reason: A closure can be referred as the set of a function's object and a scope (a group of variable bindings) in which the variables of that functions are resolved is known as the closure.

Related questions

0 votes
asked Oct 9, 2023 in JavaScript by JackTerrance
0 votes
asked Dec 1, 2022 in JavaScript by john ganales
...