CSC 343: The Week beginning Feb. 4 |
fetch
to read a JSON file Dog/DogData.json. It also splits off the
style into a separate file Dog/Dog.css.
fetch
to read a JSON file Dog/DogData2.json. (The data is organized
differently in this JSON file.)
fetch
to read an XML file Dog/DogData.xml. It then makes an
array of objects of the Dog class Dog/DogClass.js.