Test case name | Result |
---|---|
template literal | |
array join | |
string concat | |
the + operator |
Test name | Executions per second |
---|---|
template literal | 8114177.0 Ops/sec |
array join | 10188394.0 Ops/sec |
string concat | 7599967.5 Ops/sec |
the + operator | 8274288.0 Ops/sec |