Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 505 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 505 Bytes

Exercise 1: Querying .csv data

In this exercise, you'll use the $.get function to read data into your web application. Start by forking and cloning this repository. Then, edit the js/main.js to complete the outlined steps. You'll create a table that looks like this:

table of student data

You may find the following resources helpful:

See the complete branch for answers.