What is the concept of “functions as objects” and how does this affect variable scope?


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

Post New Answer

More JavaScript Interview Questions

Is null in javascript?

0 Answers  


How onclick works in javascript?

0 Answers  


What boolean operators can be used in JavaScript?

0 Answers  


What are trailing whitespace?

0 Answers  


Can any one tell me about s_objectID used for the anchor tag why it is used, what for and how to use it properly. with an example...please please......

1 Answers  






What is use of settimeout function in javascript?

0 Answers  


Is javascript insecure?

0 Answers  


Is notepad ++ an ide?

0 Answers  


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

0 Answers  


why we calld java object orinted programming language??

0 Answers   TCS,


What is a hash javascript?

0 Answers  


What is shift() method in javascript?

0 Answers  


Categories