ProjectOneTeamFour / date-concierge

This is a joint repository for our group members to host our project.
MIT License
2 stars 2 forks source link

[bug] general code cleanup and syntax checking #36

Open eapostol opened 3 years ago

eapostol commented 3 years ago

A number of syntax issues have been raised as issues already, but there are a number of smaller ones that your team should likely go through. As an example:

Screen Shot 2021-02-16 at 11 26 57 PM

There is an invalid semicolon at the end of the curly brace ending the if block. may cause code to break if commands are not properly completed. use an online validation tool such as https://beautifytools.com/javascript-validator.php , or your Visual Code Editor may support internal javascript checking , ex. vscode-jshint