Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started