Skip to content

Edge cases

Sascha Klatt edited this page Mar 21, 2021 · 1 revision
  • A grid with one empty row const grid = [[]] will be treated the same as an entirely empty grid const grid = [].
Clone this wiki locally