Created
January 23, 2020 21:14
-
-
Save jimmont/0851e90c5f0b47c609bdecaa09b2c387 to your computer and use it in GitHub Desktop.
greatest hits
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
// I always do this. Always. | |
Array(4).fill(undefined); | |
Object.values(Array(6,7,8)).length === Number(Object.keys([7,6,4]).pop()) + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment