Run details:
Mozilla/5.0 (Android 14; Mobile; rv:124.0) Gecko/124.0 Firefox/124.0
Firefox Mobile 124
Android
Mobile
2 years ago
Array(n).fill(undefined)
2K/s
for loop push
1K/s
Array.from
605/s
[...Array(n).keys()].map(k => undefined)
397/s
Array.apply(null, { length: 4 })
379/s
View exact numbers
Test name Executions per second
Array(n).fill(undefined) 1,960 Ops/sec
for loop push 1,251 Ops/sec
Array.from 605 Ops/sec
[...Array(n).keys()].map(k => undefined) 397 Ops/sec
Array.apply(null, { length: 4 }) 379 Ops/sec
Script Preparation code:
Tests: