Java Script Interview Questions and Answers
Question - 101 : - What's Prototypes for JavaScript?
Answer - 101 : - Objects have "prototypes" from which they may inherit fields and functions.
Question - 102 : - unescape(), escape()
Answer - 102 : - These are similar to the decodeURI() and encodeURI(), but escape() is used for only portions of a URI.
If you use escape() for the whole URI... well bad things happen.