Messages to the console and measuring the time

Repo

Main js lines/commands used:

    
        console.info(`Hi ${name} this is an info message.`) 
console.warn(`Hi ${name} this is an warning message.`)
console.error(`Hi ${name} this is an error message.`)

Back to Concepts Overview