This method is used to return a string that represents the source code of the object. Note that the source code of native JavaScript objects will not be available using this method, i.e. the value returned if applying this method to the generic String object will be [native code] whereas applying it to an instance of a String object created in your code will return that code