Intro to Javascript.
sam_JSConstructors.html wrote by Sam Grimes.
Usage: Input user's details (input at least 2 entries to popular the array).
Output in Chrome console (try the following 4 commands):
newDude
newDude[1];
newDude[1].last;
newDude[1].toString();
- from WDI week 1