chore(i18n,curriculum): update translations (#43569)

This commit is contained in:
camperbot
2021-09-25 10:15:05 -07:00
committed by GitHub
parent d55b58ffd1
commit 1f842f04ee
7 changed files with 75 additions and 49 deletions

View File

@ -42,10 +42,10 @@ assert.deepEqual(addTogether(23, 30), 53);
assert.deepEqual(addTogether(5)(7), 12);
```
`addTogether("http://bit.ly/IqT6zt")` deve retornar `undefined`.
`addTogether("https://www.youtube.com/watch?v=dQw4w9WgXcQ")` deve retornar `undefined`.
```js
assert.isUndefined(addTogether('http://bit.ly/IqT6zt'));
assert.isUndefined(addTogether('https://www.youtube.com/watch?v=dQw4w9WgXcQ'));
```
`addTogether(2, "3")` deve retornar `undefined`.