mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 11:03:17 -04:00
fix(curriculum): typo in DC 142 seed code (#64331)
This commit is contained in:
@@ -51,7 +51,7 @@ assert.equal(stringSum("a12b34c56d78e90f123g456h789i0j1k2l3m4n5"), 1653);
|
||||
```js
|
||||
function stringSum(str) {
|
||||
|
||||
return arg;
|
||||
return str;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user