Last active
December 16, 2015 21:50
-
-
Save jack4it/6378f5f494bf1af2d2b7 to your computer and use it in GitHub Desktop.
This file contains 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
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