We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7522b8d commit 9210b8dCopy full SHA for 9210b8d
ejercicio6.js
@@ -0,0 +1,9 @@
1
+
2
3
+var compas = ["Biagio", "Carlos", "Baik", "Ivo"];
4
+var conjunto = new Set (compas);
5
6
+conjunto.add("Ivo");
7
+conjunto.add("JavaScript");
8
9
+console.log(conjunto)
0 commit comments