mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): regex typo (#53471)
This commit is contained in:
parent
105fdd09b4
commit
51a5d6ef56
@ -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--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user