Define unescape() and escape() functions?



Define unescape() and escape() functions?..

Answer / Kaushal Naresh Tyagi

The 'unescape()' function in JavaScript decodes a string that has been encoded with the escape() function. The 'escape()' function encodes a string by replacing certain characters (like '<', '>', '', '"') with their corresponding HTML or URL-encoded equivalents.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Taking a developer's perspective, do you think that that javascript is easy to learn and use?

1 Answers  


What are undeclared and undefined variables?

1 Answers  


Is it possible to break javascript code into several lines?

1 Answers  


Difference between undefined and undeclared variables?

1 Answers  


What is encodeuri() in javascript?

1 Answers  


how can count show data in grid view using java script

0 Answers  


What's the difference methods get and post in html forms?

1 Answers  


What is the use of 'bind' method in JavaScript?

1 Answers  


What is break and continue statements?

1 Answers  


How do I open a website code?

1 Answers  


1) How can we use java script in testing the application? 2) What all the things(Software application - like browser, notepad) we need to learn Jscript?

1 Answers  


Explain the term closure?

1 Answers  


Categories