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

This commit is contained in:
camperbot
2021-09-22 08:34:59 -07:00
committed by GitHub
parent 05efb067a1
commit 2012ad3035
258 changed files with 680 additions and 678 deletions

View File

@ -39,5 +39,7 @@ assert(myMap.get('freeCodeCamp') === 'Awesome!');
# --solutions--
```js
// solution required
const myMap = new Map();
myMap.set("freeCodeCamp", "Awesome!");
```