Skip to content

Instantly share code, notes, and snippets.

@qleguennec
Created August 17, 2017 09:04
Show Gist options
  • Save qleguennec/4d49179e7b04445136c60952425fcb4c to your computer and use it in GitHub Desktop.
Save qleguennec/4d49179e7b04445136c60952425fcb4c to your computer and use it in GitHub Desktop.
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