As JavaScript developers, we intuitively use console.log() to debug, print out variables, and log results of our current operations to make sure we are on the right programming path. Indeed, console.log() seems powerful enough, but did you know there are other cool methods in the Console API that can also…