Skip to content

Instantly share code, notes, and snippets.

View anuoluwapo's full-sized avatar

Ishaq Anuoluwapo anuoluwapo

  • Lagos, Nigeria
View GitHub Profile
var bob = {
firstName: "Bob", lastName: "Jones",
phoneNumber: "(650) 777-7777",
email: "bob.jones@example.com"
};
var mary = {
firstName: "Mary",
lastName: "Johnson",
phoneNumber: "(650) 888-8888",