Exercise : Grade-a-nator

Given this HTML/JS skeleton, add the necessary additional JavaScript code to make the page remember the grades that the user has typed in previously. If the user returns to the page later, these values should be put back into the page. (sample solution)

Exercise Solution

You can view the solution JavaScript code here.