For this exercise you will be making a very simple web app that contains an array of student names in a .js file. The website will prompt you for four possible commands: add,remove,display, and quit. This web page will prompt the user for one of the commands. Here is what each command should do:
Watch the lecture video for an example of how it should work. Also make sure to change the script src file to your own .js file!