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
comparison 2068348672.0 Ops/sec
assignment 2072548864.0 Ops/sec
Tests:
  • comparison

    AخA
     
    let test = 'NA'
    let value = test ? test : 'no'; 
    if (test) {
      let total = value;
    }
  • assignment

     
    let test = 'NA'
    let value = 'no'; 
    if (test) {
      value = test;
      let total = value;
    }