This PR was automagically generated by Crowdin. (#44733)
This commit is contained in:
@ -116,11 +116,25 @@ const usersObj3 = {
|
||||
## --seed-contents--
|
||||
|
||||
```js
|
||||
const users = {
|
||||
Alan: {
|
||||
online: false
|
||||
},
|
||||
Jeff: {
|
||||
online: true
|
||||
},
|
||||
Sarah: {
|
||||
online: false
|
||||
}
|
||||
}
|
||||
|
||||
function countOnline(usersObj) {
|
||||
// Only change code below this line
|
||||
|
||||
// Only change code above this line
|
||||
}
|
||||
|
||||
console.log(countOnline(users));
|
||||
```
|
||||
|
||||
# --solutions--
|
||||
|
@ -72,6 +72,7 @@ function urlSlug(title) {
|
||||
|
||||
}
|
||||
// Only change code above this line
|
||||
urlSlug("A Mind Needs Books Like A Sword Needs A Whetstone");
|
||||
```
|
||||
|
||||
# --solutions--
|
||||
|
Reference in New Issue
Block a user