Put a copy of this file to your repo: Students.html

* Define a class to keep Course data similar to Student

* Define a function readCourses() to read the text file 
into crsMap (id => Course object)

* When a course id is entered, display the data related to that course

* Define function findBest() to find the best gpa in stdMap

Take a partial screen shot of your page with some real output 

Put the link to your page into the comments 
and put the image into the required PDF.

Student id:

Course id:

Result:


Sample code