Skip to content

Instantly share code, notes, and snippets.

@kentquirk
Created June 28, 2018 03:11
Show Gist options
  • Save kentquirk/c24a23ce29f30f5b6f588a28d75e05f9 to your computer and use it in GitHub Desktop.
Save kentquirk/c24a23ce29f30f5b6f588a28d75e05f9 to your computer and use it in GitHub Desktop.
Shows results of running simple.js
$ node
> simple=require("./simple.js")
{ hashit: [Function] }
> simple.hashit("This is a test")
Uint8Array [
199,
190,
30,
217,
2,
251,
141,
212,
212,
137,
151,
198,
69,
47,
93,
126,
80,
159,
188,
219,
226,
128,
139,
22,
188,
244,
237,
206,
76,
7,
209,
78 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment