We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46e774 commit 77e7254Copy full SHA for 77e7254
1 file changed
javascript/4_array-programs/splitArray.js
@@ -12,7 +12,7 @@
12
console.log("Array 1 :" + a1 + "\nArray 2: " + a2);
13
}
14
15
-// 2. Using splice() Method
+// 2. Using splice() Method
16
17
{
18
let a = [10, 20, 30, 40, 50, 60, 70, 80];
0 commit comments