Skip to content

Instantly share code, notes, and snippets.

@jack4it
Last active December 16, 2015 21:50
Show Gist options
  • Save jack4it/6378f5f494bf1af2d2b7 to your computer and use it in GitHub Desktop.
Save jack4it/6378f5f494bf1af2d2b7 to your computer and use it in GitHub Desktop.
var Contact = require("./contact").contact;
var contacts = [
new Contact("Jack", "M"),
new Contact("Eugenia", "F")
];
exports.contacts = contacts;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment