Test name | Executions per second |
---|---|
test 1 | 48667120.0 Ops/sec |
test 2 | 49759920.0 Ops/sec |
const a = "Omnipotent";
"<strong>" + a.substring(0, 3) + "</strong>" + a.substring(3);
const a = "Omnipotent";
"<strong>" + a.substring(0, 3) + "</strong>" + a.substring(3);