We follow along with the homework assignment and worked on address book to understand more details how to build the JavaScript.
Behavior | Input | Output |
---|---|---|
program takes an ID number, returns a username | 03 | Jane Doe |
program creates a unique ID for each contact name | Jane Doe | 03 |
program lists all user names | Address Book | Jane Doe, John Doe, Jan Doe, etc |
program stores info for each contact, first name, last name, phone number | Jane, Doe, 555-2125 | Jane Doe 555-2125 |
- Open the VS code and Open the web tabe
- Type the id to find the info
No Known Bugs
For support Contact Matthew Craig, Mook Dang
We used the Javascript, HTML, CSS, and jQuery.
Copyright (c) 2016 Matthew Craig, Mook Dang