https://github.com/spragginsdesigns/program-11
JavaScript Objects Coding Challenge
https://github.com/spragginsdesigns/program-11
Last synced: 4 months ago
JSON representation
JavaScript Objects Coding Challenge
- Host: GitHub
- URL: https://github.com/spragginsdesigns/program-11
- Owner: spragginsdesigns
- License: mit
- Created: 2021-10-28T03:23:12.000Z (over 3 years ago)
- Default Branch: Spraggins-Designs
- Last Pushed: 2022-05-22T01:21:50.000Z (about 3 years ago)
- Last Synced: 2025-01-08T21:29:31.855Z (5 months ago)
- Language: CSS
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Program 11
JavaScript Objects Coding Challenge## Instructions
Create a webpage where the user will enter their first name, last name, address, city, state, and zip code. After the user enters their information into the input fields, using object properties in JavaScript, the user will have their full name and address displayed to them, with the option to clear the form and results.
## Conclusion
I wrote this during my time in a class IS30A. It was one of my final classes before achieving my Associate Degree in Web Design. I completed the class several weeks early as this is very beginner JavaScript. Still, I wanted to make it public as this is my work.
