Homework 6
Due: Oct 30th
10 points
Modify the read and write project to have 3 buttons:
- Read: Display the file contents
- Write:
Using window.prompt, allow the user to enter a string to be written to the file
- 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.