Console
Provides access to the console.
Methods
console.debug()
console.debug()
Outputs a debug message to the console.
console.error()
console.error()
Outputs an error message to the console.
console.info()
console.info()
Outputs an informative message to the console.
console.log()
console.log()
Outputs a message to the console for general logging information.
console.warn()
console.warn()
Outputs a warning message to the console.
Last updated