template literal vs array join vs string concat vs the + operator| Test case name | Result |
|---|---|
| template literal | |
| array join | |
| string concat | |
| the + operator |
| Test name | Executions per second |
|---|---|
| ✓ the + operator | 672,845,440 Ops/sec |
| string concat | 660,380,416 Ops/sec |
| template literal | 645,710,848 Ops/sec |
| array join | 40,911,488 Ops/sec |