Update 10_day_Sets_and_Maps.md

pull/130/head
Rodion Sibov 5 years ago committed by GitHub
parent ff64df9419
commit a374aa107d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -391,8 +391,8 @@ Norway Oslo
### Exercises:Level 1
```js
const a = {4, 5, 8, 9}
const b = {3, 4, 5, 7}
const a = [4, 5, 8, 9]
const b = [3, 4, 5, 7]
const countries = ['Finland', 'Sweden', 'Norway']
```

Loading…
Cancel
Save