feat: update map definition

pull/952/head
Dung Nguyen Anh 1 year ago
parent 76eca6cd0e
commit 95917f6055

@ -44,7 +44,7 @@
## Set
Set is a collection of elements. Set can only contains unique elements.
Set is a collection of elements. Set can only contains unique elements.
Let us see how to create a set in the section below.
### Creating an empty set
@ -284,6 +284,8 @@ Set(2) {1, 2}
## Map
Map objects are collections of key-value pairs.
### Creating an empty Map
```js

Loading…
Cancel
Save