mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-08 09:00:38 -04:00
fix(curriculum): typo in daily challenge (#62235)
This commit is contained in:
@@ -60,7 +60,7 @@ assert.isTrue(hasExoplanet("ZXXWYZXYWYXZEGZXWYZXYGEE"));
|
||||
```js
|
||||
function hasExoplanet(readings) {
|
||||
|
||||
return readings
|
||||
return readings;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -100,9 +100,9 @@ TestCase().assertEqual(classification(11432), "B")`)
|
||||
## --seed-contents--
|
||||
|
||||
```py
|
||||
def placeholder(arg):
|
||||
def classification(temp):
|
||||
|
||||
return arg
|
||||
return temp
|
||||
```
|
||||
|
||||
# --solutions--
|
||||
|
||||
Reference in New Issue
Block a user