mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): typo on step 61 (#54253)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ Place the condition in an `if` statement and check if it is `None`.
|
||||
|
||||
# --hints--
|
||||
|
||||
You should have `if (next_empty := self.find_empty_cell()) is None:` withing `solver`.
|
||||
You should have `if (next_empty := self.find_empty_cell()) is None:` within `solver`.
|
||||
|
||||
```js
|
||||
const tCode = code.replace(/\r/g, '');
|
||||
|
||||
Reference in New Issue
Block a user