]> git.cworth.org Git - lmno.games/commitdiff
Avoid unnecessary use of fill(null)
authorCarl Worth <cworth@cworth.org>
Thu, 11 Jun 2020 01:04:16 +0000 (18:04 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Jun 2020 01:04:16 +0000 (18:04 -0700)
Where we can just use a spread-syntax array copy for the same effect,
(namely, ensuring an array has actual items (even if undefined) rather
than "empty" so that map() actually does something).


No differences found