Skip to content

Latest commit

 

History

History

exercise-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.