News

Built-in JavaScript objects and functions are ones you'll use all the time. Here's how to use Object, JSON, String, Math, Date, and console in your JavaScript programs.
For more information by Glen McCluskey One of the standard methods defined in java.lang.Object is toString . This method is used to obtain a string representation of an object.