Computer scienceBackendNode.jsCore ConceptsInternal modulesConsole

Console module

Sort logs

Report a typo

Sort the following console methods in the order of their execution to measure the execution time of a certain piece of code.

Put the items in the correct order
console.timeEnd('Task')
console.time('Task')
console.timeLog('Task')
___

Create a free account to access the full topic