chore(i18n,learn): processed translations (#49280)

This commit is contained in:
camperbot
2023-02-08 13:23:51 +05:30
committed by GitHub
parent 0e538a926d
commit 94f48cc587
58 changed files with 156 additions and 156 deletions

View File

@@ -33,7 +33,7 @@ const names = users.map(user => user.name);
console.log(names);
```
ستعرض وحدة التحكم القيمة `[ 'John', 'Amy', 'camperCat' ]`.
سيعرض الكونسول القيمة `[ 'John', 'Amy', 'camperCat' ]`.
# --instructions--

View File

@@ -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--