mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
chore(i18n,learn): processed translations (#49280)
This commit is contained in:
@@ -33,7 +33,7 @@ const names = users.map(user => user.name);
|
||||
console.log(names);
|
||||
```
|
||||
|
||||
ستعرض وحدة التحكم القيمة `[ 'John', 'Amy', 'camperCat' ]`.
|
||||
سيعرض الكونسول القيمة `[ 'John', 'Amy', 'camperCat' ]`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ const usersObj = users.reduce((obj, user) => {
|
||||
console.log(usersObj);
|
||||
```
|
||||
|
||||
ستعرض وحدة التحكم القيمة `{ John: 34, Amy: 20, camperCat: 10 }`.
|
||||
سيعرض الكونسول القيمة `{ John: 34, Amy: 20, camperCat: 10 }`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user