We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f31e9 commit eedba99Copy full SHA for eedba99
exercises/concept/high-score-board/.docs/instructions.md
@@ -64,7 +64,7 @@ Implement `updateScore`, which takes 3 parameters:
64
The function should return the score board after the update was done.
65
66
```javascript
67
-updateScore({"Freyja Ćirić", 12771008}, "Freyja Ćirić", 73)
+updateScore({ 'Freyja Ćirić': 12771008 }, 'Freyja Ćirić', 73);
68
// => {"Freyja Ćirić", 12771081}
69
```
70
0 commit comments