Skip to content

Commit

Permalink
Adds grammatical determiner (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASproson authored Oct 18, 2023
1 parent d22677d commit 7285e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercise/04.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Board() {
// This is the function your square click handler will call. `square` should
// be an index. So if they click the center square, this will be `4`.
function selectSquare(square) {
// 🐨 first, if there's already winner or there's already a value at the
// 🐨 first, if there's already a winner or there's already a value at the
// given square index (like someone clicked a square that's already been
// clicked), then return early so we don't make any state changes
//
Expand Down

0 comments on commit 7285e34

Please sign in to comment.