Skip to content

Instantly share code, notes, and snippets.

@jack4it
Last active December 16, 2015 07:16
Embed
What would you like to do?
import { Contact } from "./contact.es6";
export var contacts = [
new Contact("Jack", "M"),
new Contact("Eugnenia", "F")
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment