mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): regex typo (#53471)
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ Add the `sort()` method to `userData?.songs`.
|
||||
You should add the `sort()` method to `userData?.songs`.
|
||||
|
||||
```js
|
||||
assert.match(code, /userData\?\.songs\.sort\(*.\);?/);
|
||||
assert.match(code, /userData\?\.songs\.sort\(.*\);?/);
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
||||
Reference in New Issue
Block a user