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 |
Taking a developer's perspective, do you think that that javascript is easy to learn and use?
What are undeclared and undefined variables?
Is it possible to break javascript code into several lines?
Difference between undefined and undeclared variables?
What is encodeuri() in javascript?
how can count show data in grid view using java script
What's the difference methods get and post in html forms?
What is the use of 'bind' method in JavaScript?
What is break and continue statements?
How do I open a website code?
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?
Explain the term closure?