DEV Community

Cover image for Do you know Closure in JavaScript ?

Do you know Closure in JavaScript ?

Mohammad Aman on January 05, 2024

First of All, if you are a newbie and don't know What is JavaScript ? JavaScript is a programming language primarily used for creating interactive...
Collapse
 
610470416 profile image
NotFound404

A closure is a programmable scope where functions only change variables with the scope.

Collapse
 
610470416 profile image
NotFound404

a closure is not a function. just because in javascript a function can be a closure. You are totally mistaking one thing for another.