Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Firefox 115
Windows
Desktop
one year ago
Test name Executions per second
Concat 100481.8 Ops/sec
Template string 101466.5 Ops/sec
Script Preparation code:
AخA
 
var str = '120';
Tests:
  • Concat

     
    console.log(str + 'px');
  • Template string

     
    console.log(`${str}px`);