DISCRIPTION ABOUT USING OBJECT

1.The Console object provides access to the browser's debugging console
(e.g. the Web Console in Firefox).
2. That specifies of how it works varies from browser to browser,
but there is a de-facto set of features that are typically provided.
3.This page contains the Methods available on the Console object.
FOR EXAMPLE:-

<html> 
     <head> 
	 </head> 
	 <body> 
	 <script> 
	  console.log("hello word in java script")
	  </script> 
	 </body> 
</html>