Skip to content

Instantly share code, notes, and snippets.

@heiths
Created February 27, 2020 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heiths/b7aef6cf5825fd97c39b003cad8a32f9 to your computer and use it in GitHub Desktop.
Save heiths/b7aef6cf5825fd97c39b003cad8a32f9 to your computer and use it in GitHub Desktop.
gridSize
const gridSize = 10;
[...Array(25).keys()].map(i => gridSize * i);
const gridSize = 10;
[...Array(25).keys()].map(i => gridSize * i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment