How to build contact manager in javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to build contact manager in javascript

You'll build a program to manage a user's contacts in a JavaScriptfile called contacts.js. Each contact should have a first and last name. The program will handle an array of contacts and offer the user a choice of the two features: View each contact Quit The program should run until the user chooses to exit. It must also use objects to manage contacts. Two initial contacts to put in the program are: John Smith Jane Doe add the ability for the user to enter a new contact that will be inserted in the table!

29th Nov 2018, 1:20 PM
Ayesha Wahla
Ayesha Wahla - avatar
1 Answer
0
this is great
5th Dec 2018, 9:58 PM
Otumian Empire
Otumian Empire - avatar