What is decodeuri() function?



What is decodeuri() function?..

Answer / Pradeep Nautiyal

decodeURI() is a JavaScript function that decodes a URI by replacing percent (%) followed by two hexadecimal digits with the original character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

How to force a page to go to another page using javascript ?

1 Answers  


What is use of object as function?

1 Answers  


what is flux in javascript?

1 Answers  


What does the term sticky session mean in a web-farm scenario?

1 Answers  


What is the syntax of ‘self invoking function’? Give an example?

1 Answers  


When would you use javascript closures?

1 Answers  


How do you write an event emitter base class that allows you to add event listeners?

1 Answers  


Are java and javascript the same?

1 Answers  


Is there any class in javascript?

1 Answers  


Difference between undefined and undeclared variables?

1 Answers  


What is global variable in javascript?

1 Answers  


What are associative arrays in javascript?

1 Answers  


Categories