code

How to Benchmark Your Javascript?

This is a quick tutorial on how to benchmark your javascript with console.time("arg") and console.timeEnd("arg") You would use developer tools…

8 years ago