mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
fix: restore lost i18n fixes (#53347)
This commit is contained in:
@@ -74,16 +74,16 @@ assert(code.match(/testObj\.\w+/g).length > 1);
|
||||
## --seed-contents--
|
||||
|
||||
```js
|
||||
// Налаштування
|
||||
// Setup
|
||||
const testObj = {
|
||||
hat: "ballcap",
|
||||
shirt: "jersey",
|
||||
shoes: "cleats"
|
||||
};
|
||||
|
||||
// Змініть код лише під цим рядком
|
||||
const hatValue = testObj; // Змініть цей рядок
|
||||
const shirtValue = testObj; // Змініть цей рядок
|
||||
// Only change code below this line
|
||||
const hatValue = testObj; // Change this line
|
||||
const shirtValue = testObj; // Change this line
|
||||
```
|
||||
|
||||
# --solutions--
|
||||
|
||||
Reference in New Issue
Block a user