22
0x4139
3y

Fun drinking game. Get the Oxford dictionary select a random word, search it on npm. If there's a package you drink. The last one standing wins

Comments
  • 8
    npm i is-ten-thousand

    require('is-ten-thousand')

    isTenThousand(10000); // true

    isTenThousand(9999); // false
  • 8
    For each word in dictionary:
    createNpmPackage()
Add Comment