minesweeper icon indicating copy to clipboard operation
minesweeper copied to clipboard

Remove hanging brackets that cause error, simplify checkSquare function

Open AustinMallar opened this issue 4 years ago • 1 comments

  • 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.

AustinMallar avatar Jul 30 '20 04:07 AustinMallar

  • 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

thulin82 avatar Jul 30 '20 10:07 thulin82