Question: Im making a simple address book application using JavaScript (plus HTML and CSS). (Useing plain JavaScript, no third party libraries or jasonobjects!). How can i
Im making a simple address book application using JavaScript (plus HTML and CSS). (Useing plain JavaScript, no third party libraries or jasonobjects!).
How can i make it with entries?
- need help doing this:
- Entries have the following fields: name, telephone number, email
- Individual entries must be represented as an Entry object
- The contact list must be represented as an array of Entry objects
- The application must be shipped with some sample initial data (meaning, with a non-empty address book)

the inputs are saved to a list, fro each input/contact
Add entry Name: Tel: Email: Add Don John 12-322-622 don.john@ymail.com Elizabeth Westland 66-112-312 e47wl@outlook.com DO DO MO John Smith 12-345-678 john.smith@gmail.com Add entry Name: Tel: Email: Add Don John 12-322-622 don.john@ymail.com Elizabeth Westland 66-112-312 e47wl@outlook.com DO DO MO John Smith 12-345-678 john.smith@gmail.com
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
