Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Chrome 107
Windows
Desktop
2 years ago
Test name Executions per second
Nullish coalescing 2207895.0 Ops/sec
Logical OR 2192366.5 Ops/sec
Script Preparation code:
AخA
 
var nullValue = null;
var undefinedValue;
var trueValue = true;
Tests:
  • Nullish coalescing

     
    nullValue ?? undefinedValue ?? trueValue
  • Logical OR

     
    nullValue || undefinedValue || trueValue