What is a closure javascript? Explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

How can a page be forced to load another page in javascript?

0 Answers  


List few difference between primitive and non primitive javascript data types?

0 Answers  


How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 Answers  


What typeof returns for a null value?

0 Answers  


How to redirect a url using JavaScript?

0 Answers  






Name the numeric constants representing max, min values?

0 Answers  


What is emotional closure?

0 Answers  


Difference between window.onload and onDocumentReady?

0 Answers  


How to write hello world on the web page?

0 Answers  


Should you use var or let?

0 Answers  


Where do you write javascript?

0 Answers  


How can we send mail using Javascript?

1 Answers  


Categories