What are the decodeURI() and encodeURI()?


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

Post New Answer

More JavaScript Interview Questions

What is array in javascript?

0 Answers  


How do you create array in javascript?

0 Answers  


What kind of conditional statements does JavaScript support?

0 Answers  


How to trigger a postback on an updatepanel from javascript?

0 Answers  


What is the use of history object?

0 Answers  






HI friends .am Mohammed Riyash.JMC BCA Tricy. My doubt is. In some websites like bloomberg.com..etc. when MouseOver() action performed.the menuitems will be drop down..and hides when blur()action happened.any body give the code for that..

1 Answers   iGate, Reliance,


What are escape characters?

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  


What is object freeze?

0 Answers  


How do you sort in javascript?

0 Answers  


What does double mean in javascript?

0 Answers  


Hai what is the difference between java and javascript

2 Answers  


Categories