1.

What are the difference unescape() and escape() functions?

Answer»
S.nounescape()escape()
1.The unescape() function uses a string as a parameter, and used to DECODE that string ENCODED by the escape() function.The escape() function in JavaScript is used to encode a string. It makes a string PORTABLE so that it can be transmitted ACROSS any network to any computer with ASCII character SUPPORT.


Discussion

No Comment Found