mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-19 00:02:27 -05:00
chore(i18n,learn): processed translations (#49895)
This commit is contained in:
@@ -37,7 +37,7 @@ myObj["NoSpace"];
|
||||
|
||||
# --hints--
|
||||
|
||||
`entreeValue` повинен бути рядком
|
||||
`entreeValue` має бути рядком
|
||||
|
||||
```js
|
||||
assert(typeof entreeValue === 'string');
|
||||
@@ -49,7 +49,7 @@ assert(typeof entreeValue === 'string');
|
||||
assert(entreeValue === 'hamburger');
|
||||
```
|
||||
|
||||
`drinkValue` повинне бути рядком
|
||||
`drinkValue` має бути рядком
|
||||
|
||||
```js
|
||||
assert(typeof drinkValue === 'string');
|
||||
|
||||
@@ -33,7 +33,7 @@ const prop2val = myObj.prop2;
|
||||
|
||||
# --hints--
|
||||
|
||||
`hatValue` повинен бути рядком
|
||||
`hatValue` має бути рядком
|
||||
|
||||
```js
|
||||
assert(typeof hatValue === 'string');
|
||||
@@ -45,7 +45,7 @@ assert(typeof hatValue === 'string');
|
||||
assert(hatValue === 'ballcap');
|
||||
```
|
||||
|
||||
`shirtValue` повинен бути рядком
|
||||
`shirtValue` має бути рядком
|
||||
|
||||
```js
|
||||
assert(typeof shirtValue === 'string');
|
||||
|
||||
Reference in New Issue
Block a user