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\")
console.log() is shorter than console.info()
console.log()
console.info()
They're the same thing, and that's the only advantage.