Created
August 17, 2017 09:04
-
-
Save qleguennec/4d49179e7b04445136c60952425fcb4c 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
console.log(cache); | |
console.log(cache[0]); | |
console.log([[1], [2]]); | |
/* => [] | |
=> 0: Array[30] | |
length: 1 | |
__proto__: Array[0] | |
=> undefined | |
=> [Array[1], Array[1]]*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment