Assignment 10: https://github.com/CallieQ/front_end_web/tree/main/assignment 10

Log:

Json:

(JavaScript Object Notation) a way of representing data that looks like JavaScript objects.

Data is stored as key/value pairs.

JSON is text-based, relying heavily on string manipulation for operations like concatenation and parsing.

How to get some data from url:

async function getData(){
let url = "[<http://s>](<http://colormind.io/list/>)omeurl.io";
const response = await fetch(url, request).catch(err => console.error(err));
const jsonData = await response.json();