What is console.log() in Javascript? The console.log() is a method that outputs a message to the web console. The message may be a single string (with optional substitution values), or it may be any one or more JavaScript objects. It is used to print...