1 parent 742aef4 commit 4cd2b83Copy full SHA for 4cd2b83
2 files changed
content/JavaScript/map.jsdoc
@@ -14,16 +14,6 @@ true
14
Version:
15
ECMAScript 6
16
17
-----
18
-Map() : Map
19
-
20
-Same as %%#new_Map|**new Map()**%%.
21
22
23
-Map(iterable : Object) : Map
24
25
-Same as %%#new_Map_Object|**new Map(iterable)**%%.
26
27
----
28
new Map() : Map
29
content/JavaScript/set.jsdoc
@@ -9,16 +9,6 @@ true
9
10
11
12
13
-Set() : Set
-Same as %%#new_Set|**new Set()**%%.
-Set(iterable : Object) : Set
-Same as %%#new_Set_Object|**new Set(iterable)**%%.
new Set() : Set
0 commit comments