append with spread syntax vs for ... append vs for ... appendChild| Test case name | Result |
|---|---|
| append with spread syntax | |
| for ... append | |
| for ... appendChild |
| Test name | Executions per second |
|---|---|
| ✓ for ... appendChild | 800,431 Ops/sec |
| for ... append | 619,433 Ops/sec |
| append with spread syntax | 464,043 Ops/sec |