Code
console.time();
// ---
console.timeEnd();
// output
default: 72.081ms
Here, what is ms
? is it microseconds or milliseconds?
I didn’t get anything from here https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
console.time();
// ---
console.timeEnd();
// output
default: 72.081ms
Here, what is ms
? is it microseconds or milliseconds?
I didn’t get anything from here https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd