mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): add missing ')' to Build a User Configuration Manager test (#62580)
This commit is contained in:
parent
1b4dbd1956
commit
940a38127b
@ -128,7 +128,7 @@ The `add_setting` function should have two parameters.
|
||||
})
|
||||
```
|
||||
|
||||
`add_setting({'theme': 'light'}, ('volume', 'high')` should add a new key-value pair and return the success message `Setting 'volume' added with value 'high' successfully!`.
|
||||
`add_setting({'theme': 'light'}, ('volume', 'high'))` should add a new key-value pair and return the success message `Setting 'volume' added with value 'high' successfully!`.
|
||||
|
||||
```js
|
||||
({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user