mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): add missing ')' to Build a User Configuration Manager test (#62580)
This commit is contained in:
+1
-1
@@ -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
|
```js
|
||||||
({
|
({
|
||||||
|
|||||||
Reference in New Issue
Block a user