Other Global Functions
isNaN( number ) returns true if and only if its argument is NaN
isFinite( number ) returns false if its argument is NaN, Infinity, or ?Infinity; otherwise, it returns true
escape( string ) returns a URL-encoded string; unescape( string ) performs the inverse operation