The definition Closure is bundling of two or more functions, where inner function has access to the properties and methods of the outer functions. function calculate() { var num1 = 10; function add(num2) { return num1 + num2; // retur...
blogs.rohitdasu.dev1 min read
No responses yet.