Skip to content

Commit e1fc907

Browse files
fix(curriculum): stop testing translated comments (freeCodeCamp#56811)
1 parent 9e650f2 commit e1fc907

File tree

1 file changed

+1
-1
lines changed
  • curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator

1 file changed

+1
-1
lines changed

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/660f4f79e2a82a4e92290f44.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ assert.match(stripped, /for\s*\(\s*let\s+i\s*=\s*1;\s*i\s*<=\s*count;\s*i\+\+\s*
2323
You should not remove your single-line comment.
2424

2525
```js
26-
assert.match(code, /\/\/\sTODO:/);
26+
assert.match(code, /\/\//);
2727
```
2828

2929
You should not uncomment your `while` loop.

0 commit comments

Comments
 (0)