mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-02 12:03:49 -05:00
chore(i18n,learn): processed translations (#46907)
This commit is contained in:
@@ -38,7 +38,7 @@ Crie `myStr` a partir das strings `This is the start.` e `This is the end.` usan
|
||||
assert(/start\. This/.test(myStr));
|
||||
```
|
||||
|
||||
`myStr` deve ter o valor da string `This is the start. This is the end.`
|
||||
`myStr` deve ter como valor a string `This is the start. This is the end.`
|
||||
|
||||
```js
|
||||
assert(myStr === 'This is the start. This is the end.');
|
||||
|
||||
Reference in New Issue
Block a user