console.log(object[, object, ...]) Writes a message to the console. You may pass as many arguments as you'd like, and they will be joined together in a space-delimited line. console.debug(object[, object, ...]) Writes a message to the console, includ…