Test name | Executions per second |
---|---|
direct | 1026815104.0 Ops/sec |
destructure | 1020175872.0 Ops/sec |
const a = [
'1.', '',
'Bellossom', '1175430',
'2350821367', 'Necromancer',
'', '?/8',
'', ''
];
a[0];
const a = [
'1.', '',
'Bellossom', '1175430',
'2350821367', 'Necromancer',
'', '?/8',
'', ''
];
const [name] = a;
name;