- Become familiar with the navigating JavaScript JSON objects;
- Use of JSON.parse parser and synchronous XMLHttpRequest;
- Transform the content of a JSON document into an HTML page.
It is an HTML/JavaScript program, which takes the URL of a JSON document containing top car manufacturers information, parses the JSON file, and extracts the list of top car manufacturers, displaying them in a table. The JavaScript program will be embedded in an HTML file so that it can be executed within a browser.