JavaScript external data manipulation

using other people's data

Retrieving data from an external source makes web programming useful ... if we don't like creating datasets, we could always get them from somewhere else!

In this section, we will look at:

  • how JavaScript interacts with external data via JSON (a data format)

  • how to fetch JSON (and any other data)

Last updated