/people-factory

xtern bootcamp 2017

Primary LanguageJavaScript

people-factory

xtern bootcamp 2017

Basic Homework

  • Add form values to .details using document.createElement and appendChild, instead of innerHTML.

Bonus Credit

  • Break out some of this functionality into a separate function.

Super Mega Bonus Credit

  • Do not hard-code the names of the fields in your JavaScript. Loop over all the elements in the form.