Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
Firefox 105
Windows
Desktop
2 years ago
Test name Executions per second
string-interpolation 125713072.0 Ops/sec
string-concatenation 686796736.0 Ops/sec
Script Preparation code:
AخA
 
var luckyNumber = Math.round(Math.random() * 100);
Tests:
  • string-interpolation

     
    `your lucky number for today is: ${luckyNumber}`
  • string-concatenation

     
    'your lucky number for today is: ' + luckyNumber