Question: Im making an SIMPLE address book application using JavaScript (plus HTML and CSS). ( Use plain JavaScript, no third party libraries! No JSON or anything
Im making an SIMPLE address book application using JavaScript (plus HTML and CSS). (Use plain JavaScript, no third party libraries! No JSON or anything else).
How can i make it with entries?
- I 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)

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
