JSFiddle - React, Tailwind, and code Playground

by jgarrido

JavaScript

let [up, down, left, right] = Array(6).fill(true);
down = false;
document.write(up, down, left, right);