Created
February 27, 2020 00:24
-
-
Save heiths/b7aef6cf5825fd97c39b003cad8a32f9 to your computer and use it in GitHub Desktop.
gridSize
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const gridSize = 10; | |
[...Array(25).keys()].map(i => gridSize * i); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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