minesweeper
minesweeper copied to clipboard
Remove hanging brackets that cause error, simplify checkSquare function
- Hanging brackets on the last line of app.js causes an error, simply removed to correct.
- Simplify the checkSquare function by removing the "square" parameter as it isn't used in the function.
- Hanging bracket-fix already existing in #3
- Also, your commits do A LOT more than you are stating, and could be summarized by:
- Changing ' to "
- Adding semicolons
- Expanding IF-syntaxes at line 46-55