JSFiddle - React, Tailwind, and code Playground

by Sebastian Kay

JavaScript

game = [
  [0, 0, 0, 0, 0, 0, 0],
  [0, 0, 0, 0, 0, 0, 0],
  [0, 0, 0, 0, 0, 0, 0],
  [0, 0, 0, 0, 0, 0, 0],
  [0, 0, 0, 0, 0, 0, 0],
  [1, 4, 2, 1, 2, 1, 2],
]

console.log(game[5][1]);