0
I have to make a simple Javascript program that will show the user’s contact list and allow him to enter a new contact, as in the image below and the description of the problem is as follows: 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
I started studying JS a short time ago and I’m having difficulty knowing where to create objects and how to handle the names/surnames in the Array to show if the user chooses the contact list.
Are you sure it’s Javascript? how inputs will be made? what is the user interface?
– Leandro Angelo
Yes, it’s in Javascript, I’m also seeing how the inputs will be made. It is a simple program, pro user will appear only the options and the result of each.
– Ozzott