Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 296 Bytes

no-sparse-arrays.md

File metadata and controls

13 lines (7 loc) · 296 Bytes

Pattern: Use of sparse array

Issue: -

Description

Forbids array literals to contain missing elements.

Rationale: Missing elements are probably an accidentally duplicated comma.

Further Reading