flight world

🛩️
if (event.key === "ArrowUp") y = y + 10 if (event.key === "ArrowDown") y = y - 10 plane.style.top = y + "px";