What is use of object as function?


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

Post New Answer

More JavaScript Interview Questions

What is the requirement of debugging in javascript?

0 Answers  


Explain about session? Where it runs & what are different types of session handling?

1 Answers  


What is Number object in JavaScript?

0 Answers  


How can we establish connection with java and sql server?

0 Answers   TCS,


Explain with an example the use of event handlers in javascript.

0 Answers  


What is the use of Void(0)?

0 Answers  


Is there any ide for javascript?

0 Answers  


What is javascript ‘strict mode’?

0 Answers  


How can you get the reference of a caller function inside a function?

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  


Can you put javascript in html?

0 Answers  


Which is faster jquery or javascript?

0 Answers  


Categories