Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36
Chrome 88
Windows
Desktop
4 years ago
Test name Executions per second
Test 1 5758579.0 Ops/sec
Test 2 2548583.5 Ops/sec
Test 3 3117519.0 Ops/sec
Script Preparation code:
x
 
var t;
function t1() {
    t = +'100000000';
}
function t2() {
    t = parseInt('100000000', 10);
}
function t3() {
    t = Number('100000000');
}
Tests:
  • Test 1

     
    t1();
  • Test 2

     
    t2();
  • Test 3

     
    t3();