Created
September 18, 2017 20:29
-
-
Save DadgadCafe/e85632a46e9f1547e6a8707cf6561aaf to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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