const a = [];
const b = [];
for(let i = 0; i < 10_000; i++){
a.push(i);
b.push(i+10_000);
}Initializing...
| Test Case | Ops/sec | |
|---|---|---|
| Spread | | ready |
| Concat | | ready |
| Splice | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.