]> git.cworth.org Git - lmno.games/commitdiff
Use an array spread syntax instead of .fill(null)
authorCarl Worth <cworth@cworth.org>
Sat, 20 Jun 2020 17:21:32 +0000 (10:21 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 20 Jun 2020 17:21:32 +0000 (10:21 -0700)
I don't really need null items. In fact, the copy here with the appray
spread syntax gives undefined, not null items. All I need is items
that map() will actually act on. The initial Array(9) gives only
"empty" items which map() ignores.


No differences found