Computer scienceBackendNode.jsCore ConceptsInternal modulesConsole

Console module

Match statements

Report a typo

Match the following console methods with their respective descriptions.

Match the items from left and right columns
console.error()
console.log()
console.timeEnd()
console.time()
Used to print information to the console
Used to print error messages to stderr
Used to measure the end time of an operation
Used to measure the start time of an operation
___

Create a free account to access the full topic