Link: http://imanas.shanghai.nyu.edu/~ac6596/Ex1_GuessColor/
The weirdest thing happened with my code while I was working on the project. After correcting my various typo errors, the function still could not run itself. However, I was told that a good way to prevent errors with script files was to input the <script></script> line at the end of the <body></body> section, as helps with code processing. This allowed me to run my file after the errors that I encountered.