Skip to content

Instantly share code, notes, and snippets.

@kentquirk
Created June 28, 2018 03:17
Show Gist options
  • Save kentquirk/9986c5847059a1100180d3ad1e7b3f22 to your computer and use it in GitHub Desktop.
Save kentquirk/9986c5847059a1100180d3ad1e7b3f22 to your computer and use it in GitHub Desktop.
Test script for objtest
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