Coding Challenge: Famous Paintings
Let's practice how to load the contents of famous paints from a JSON file to the web page.
We'll cover the following
Problem statement
In this exercise, you’ll show information about some famous paintings on a web page table. Information about the paintings is located here and has the following content.
[
{
"name": "The Starry Night",
"year": "1889",
"artist": "Vincent Van Gogh"
},
{
"name": "The Scream",
"year": "1893",
"artist": "Edvard Munch"
},
{
"name": "Guernica",
"year": "1937",
"artist": "Pablo Picasso"
}
]
Get hands-on with 1400+ tech skills courses.