Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 212 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 212 Bytes

mrnd-nodejs

Contacts contain the Messages list as a property in my implementation.

Contact Structure:
{
 firstName: "jagan",
 lastName:  "peri",
 phone: "230230",
 message: ['meme','hello','hi']
}