Skip to content

Commit 8debeb2

Browse files
chore(curriculum): Statistics Calculator add quotes to strings (freeCodeCamp#55686)
Co-authored-by: Huyen Nguyen <[email protected]>
1 parent 06d8467 commit 8debeb2

File tree

1 file changed

+1
-1
lines changed
  • curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-advanced-array-methods-by-building-a-statistics-calculator

1 file changed

+1
-1
lines changed

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-advanced-array-methods-by-building-a-statistics-calculator/63507b5ac8a55134223374c7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Your `calculate` function should have a `value` variable.
1919
assert.match(calculate.toString(), /value/);
2020
```
2121

22-
Your `calculate` function should call `document.querySelector()` with `#numbers` as the argument.
22+
Your `calculate` function should call `document.querySelector()` with `"#numbers"` as the argument.
2323

2424
```js
2525
assert.match(calculate.toString(), /document\.querySelector\(\s*("|')#numbers\1\s*\)/)

0 commit comments

Comments
 (0)