Provide a brief description/definition of the following terms
in the context of JavaScript Objects
method
constructor
instance
prototype
Math object
String object
Array object
Car facts
Reads a JSON file CarFacts.json
and populates a drop-down select based on the data. Then when the users selects a
car from the list, the corresponding information and image are displayed.
Uses images found in
CarFacts.zip
Due: Dec. 3
Monday:
Horror.htm We started the parsing and populating of the
drop-down select for the Horror Movie homework. But before that we eliminated the
double quotes that appeared in the data to be parsed. ResizableRabbit.htm We looked at a simple
jQuery program.
Tuesday:
Test 3
Wednesday
LAB: JSON for President Read the JSON file
Presidents.json. Use the information to populate a
select with the names of the Presidents. When the user selects a president using the drop-down select the
name, dates and nickname of the president should be displayed as should the corresponding image of
the president.
Uses images contained in
PresidentZip.zip