console log 6

// First we have to create timer and start it
console.time("test")

//Then, when ever we want we can check for the status 
//of created timer(s)
console.timeLog("test")

//Then, when we want we can stop timer, a log the time
console.timeEnd("test")