JSFiddle - React, Tailwind, and code Playground
by jeffsturgis
JavaScript
console.time('toString');
var i =0;
while(i < 2500 * 2500 * 4){
toString.call('');
i++;
}
console.timeEnd('toString');
by jeffsturgis
console.time('toString');
var i =0;
while(i < 2500 * 2500 * 4){
toString.call('');
i++;
}
console.timeEnd('toString');