e.log, console.debug, console.info, console.warn, and console.error
console.log("hello world")
conso... a new indentation block
console.groupEnd() // , and then
</code>
**Object inspection**\\
Calling **console.dir(object)** will log an interactive listing of an object's properties, like a miniature version of the DOM tab. Calling **con