Homework 6

Due: Oct 30th
10 points

Modify the read and write project to have 3 buttons:

  1. Read: Display the file contents
  2. Write: Using window.prompt, allow the user to enter a string to be written to the file
  3. Append: Using window.prompt, allow the user to enter a string and append it to the file
This is due at the end of class Oct 29th.