fix(curriculum): dice game - step 9 - Update hint text (#55565)

This commit is contained in:
Gagan Bhullar 2024-07-20 22:24:23 -06:00 committed by GitHub
parent 044adc8487
commit bc27963216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = "";