//Console object provides access to the debugging console.
/* JavaScript console.log() Method is used to print any kind of variables
defined before in it or to just print any message that needs to be
displayed to the user. */
// It accepts a parameter , which may be an object, an array, or a any message.
// The log() method writes (logs) a message to the console.
// The log() method is useful for testing purposes.