Test name | Executions per second |
---|---|
string-interpolation | 11862364.0 Ops/sec |
string-concatenation | 11023473.0 Ops/sec |
string-funtion | 10373762.0 Ops/sec |
var luckyNumber = Math.round(Math.random() * 100);
`${luckyNumber}`
luckyNumber
luckyNumber.toString()