Define unescape() and escape() functions?

Define unescape() and escape() functions?

Such functions in JavaScript are used to encode and decode a string in JavaScript. The escape() function is used to decode the string over a network whereas the unescape() function to get back the original string.