mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-02 16:01:34 -04:00
fix(curriculum): dice game - step 9 - Update hint text (#55565)
This commit is contained in:
@@ -43,7 +43,7 @@ updateScore(10, "hi");
|
||||
assert.strictEqual(scoreHistory.children.length, 1);
|
||||
```
|
||||
|
||||
When `updateScore(10, "hi")` is called, your new list element should have the text `hi: 10`.
|
||||
When `updateScore(10, "hi")` is called, your new list element should have the text `hi : 10`.
|
||||
|
||||
```js
|
||||
scoreHistory.innerHTML = "";
|
||||
|
||||
Reference in New Issue
Block a user