Created
June 28, 2018 03:17
-
-
Save kentquirk/9986c5847059a1100180d3ad1e7b3f22 to your computer and use it in GitHub Desktop.
Test script for objtest
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
m = require("./objtest.js"); | |
h = m.hashobj({ | |
name: "Kent", | |
address: "Somewhere in Space and Time", | |
city: "Specificity", | |
state: "CT" | |
}) | |
console.log(h.slice(0, 4)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment