Tagged Questions
3
votes
1answer
170 views
What is the proper jargon to refer to a variable wrapped inside a function closure?
In JavaScript, there is no such thing as a "private" variable. In order to achieve encapsulation and information hiding in JavaScript, I can wrap a variable inside a function closure, like so:
var ...