Build a program to manage a user's contacts with Javascript | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Build a program to manage a user's contacts with Javascript

Summary of the exercise : 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 You should add the ability for the user to enter a new contact that will be inserted in the table! Anyone could give me some hints how to process with this exercise ? (It's from OpenClassRoom). Thank you !

8th Jun 2018, 7:40 AM
Etienne Dayer
Etienne Dayer - avatar
1 Antwort
0
thank you;)
27th Aug 2018, 5:04 PM
Etienne Dayer
Etienne Dayer - avatar