mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 00:03:50 -05:00
chore(i18n,learn): processed translations (#46369)
This commit is contained in:
@@ -39,7 +39,7 @@ assert(myVar === 88);
|
||||
|
||||
```js
|
||||
assert(
|
||||
/let\s*myVar\s*=\s*87;\s*\/*.*\s*([+]{2}\s*myVar|myVar\s*[+]{2});/.test(code)
|
||||
/let\s*myVar\s*=\s*87;\s*\/*.*\s*([+]{2}\s*myVar|myVar\s*[+]{2})/.test(code)
|
||||
);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user