HTML - Tom Kleen

JavaScript. Add the following to the top of your script. This will create an object called . addressBook. It is an array with 7 elements in it. Each element is an object with two fields: a name and an email address. You may want to check on how to access fields in an object that is an array of objects. Also check out the use of the . value ................
................