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
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