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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
camperbot
2024-01-25 00:22:36 +05:30
committed by GitHub
parent cf1e5b8115
commit df4e5f7aca
26971 changed files with 288871 additions and 206689 deletions

View File

@@ -81,7 +81,7 @@ assert(foods.grapes === 35);
assert(foods.strawberries === 27);
```
The definition of the `foods` object should not be changed.
Не змінюйте визначення об’єкта `foods`.
```js
assert(
@@ -102,9 +102,9 @@ const foods = {
plums: 28
};
// Only change code below this line
// Змініть код лише під цим рядком
// Only change code above this line
// Змініть код лише над цим рядком
console.log(foods);
```