Skip to content

Instantly share code, notes, and snippets.

@DadgadCafe
Created September 18, 2017 20:29
Show Gist options
  • Save DadgadCafe/e85632a46e9f1547e6a8707cf6561aaf to your computer and use it in GitHub Desktop.
Save DadgadCafe/e85632a46e9f1547e6a8707cf6561aaf to your computer and use it in GitHub Desktop.
const arr = Array(5).fill([true]))
arr[0][0] = false
console.log(arr) //guess what!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment