mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix: update test to match let xp (#53273)
This commit is contained in:
parent
326d15da99
commit
473babe180
@ -34,7 +34,7 @@ assert.match(code, /let/);
|
||||
You should declare a variable named `xp`.
|
||||
|
||||
```js
|
||||
assert.match(code, /xp/);
|
||||
assert.match(code, /let\s+xp/);
|
||||
```
|
||||
|
||||
You should not assign a value to your variable.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user