We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1691efc commit b09f87cCopy full SHA for b09f87c
03 - Arrary/Methods/17_fill.js
@@ -0,0 +1,5 @@
1
+const name = ["ram", "shyam", "hari", "sita", "gita"];
2
+
3
+console.log(name);
4
+name.fill("ramm");
5
0 commit comments