Explain javascript closures by example.


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

Post New Answer

More JavaScript Interview Questions

What does "1"+2+4 evaluate to?

10 Answers   Acheron, Satyam,


What would be the result of 3+2+”7″?

0 Answers  


How can you detect the client operating system using javascript?

0 Answers  


What is an asynchronous programming? Why is it important in javascript?

0 Answers  


Write a program that inputs a 5-digit integer from the keyboard and prints if the input number is a palindrome or not. A palindrome is a number which has the same digit from either end.

1 Answers  


How do I open javascript?

0 Answers  


How to validate a form in javascript?

0 Answers  


Explain “use strict” ?

0 Answers  


Which built-in method removes the last element from an array and returns that element?

0 Answers  


Which built-in method returns the characters in a string beginning at the specified location?

0 Answers  


Do I need var in javascript?

0 Answers  


How to get checkbox status whether it is checked or not?

0 Answers  


Categories