What is the benefit of using console.log vs console.info? Or any of the other console commands for that matter?
console.log
console.info
console.info(\"info\")
One more detail in addition to the accepted answer: In Chrome and FireFox, console.info log lines are prefixed with a little i icon while console.log lines are not. warn and error lines are prefixed with a little triangle and x, respectively.
warn
error