Aug 19, 2024
You're getting "undefined" because this execution will return undefined to the console (It Happens only if you execute in the browser Console). Try running it as a node script; you'll get the output:
1
2
4
timerStart
timerEnd
success
You're getting "undefined" because this execution will return undefined to the console (It Happens only if you execute in the browser Console). Try running it as a node script; you'll get the output:
1
2
4
timerStart
timerEnd
success