- Review and revise the grades1.js file used at:
- http://sal.misutulsa.com/switch/grade.html
- This program is functional but not written in accordance with MIS 2013 guidelines
- Many assumptions and limited functionality (but we’ll get to that in the future)
- Improper naming conventions (fix them)
- No comments (add them, and make sure they are good comments)
- Formulas not force-typed (force them)
- Replace the if-else statements with a switch statement.