Objects are tools that JavaScript uses to carry out 99% of its jobs. For examples, JavaScript uses the Document object to present something on a webpage via its write and writeln methods, uses the Math objects to perform mathematical calculations, uses the Form object to accept input from the user and to validate data, uses the various string objects to manipulate text and more. To learn more about JavaScript objects, please refer to the following lessons in our tutorial: