7.1 - The Users
Before we pull data from an API, let's start with pulling some sample data from a file and creating a list from that.
We will create a file called github_user.js, this file will be an array of objects that we will iterate over it's data.
Inside of that file type the following:
Last updated