Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
Chrome 123
Windows
Desktop
one year ago
Test name Executions per second
approach 1 16826336.0 Ops/sec
approach 2 16924552.0 Ops/sec
Script Preparation code:
AخA
 
var test = 1;
Tests:
  • approach 1

     
    const test2 = +!test;
  • approach 2

     
    const test2 = (test + 1) % 2;