5 - Access the JSON Data from an API - JSON APIs and AJAX - freeCodeCamp Tutorial
Ganesh H
We look at how JSON data is structured, and how we can use array methods to navigate through imported JSON data and extract the values to modify our HTML.
Link to challenge : https://www.freecodecamp.org/learn/data-visualization/json-apis-and-ajax/access-the-json-data-from-an-api Concepts; Arrays An array is an ordered set of values that you refer to with a name and an index. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Indexed_collections
Objects The Object class represents one of JavaScript's data types. It is used to store various keyed collections and more complex entities. Objects can be created using the Object() constructor or the object initializer / literal syntax. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object -————————————————————————————————————- JSON (JavaScript Object Notation) is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types.
Ajax is a set of web development techniques using many web technologies on the client side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behavior of the existing page.
freeCodeCamp (also referred to as “Free Code Camp”) is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that intend to make learning web development accessible to anyone. Beginning with tutorials that introduce students to HTML, CSS and JavaScript, students progress to project assignments that they complete either alone or in pairs. Upon completion of all project tasks, students are partnered with other nonprofits to build web applications, giving the students practical development experience.
Thanks for Watching! ... https://www.youtube.com/watch?v=Jq2QI7hzb6Q
20672006 Bytes