Files
freeCodeCamp/curriculum/challenges/en/04-data-visualization/json-apis-and-ajax/meta.json

46 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "JSON APIs and AJAX",
"dashedName": "json-apis-and-ajax",
"order": 2,
"time": "2 hours",
"superBlock": "data-visualization",
"superOrder": 4,
"challengeOrder": [
[
"587d7fad367417b2b2512be1",
"Handle Click Events with JavaScript using the onclick property"
],
[
"587d7fad367417b2b2512be2",
"Change Text with click Events"
],
[
"587d7fae367417b2b2512be3",
"Get JSON with the JavaScript XMLHttpRequest Method"
],
[
"587d7fae367417b2b2512be4",
"Access the JSON Data from an API"
],
[
"587d7fae367417b2b2512be5",
"Convert JSON Data to HTML"
],
[
"587d7fae367417b2b2512be6",
"Render Images from Data Sources"
],
[
"587d7fae367417b2b2512be7",
"Pre-filter JSON to Get the Data You Need"
],
[
"587d7faf367417b2b2512be8",
"Get Geolocation Data to Find A User's GPS Coordinates"
],
[
"587d7faf367417b2b2512be9",
"Post Data with the JavaScript XMLHttpRequest Method"
]
]
}