Skip to content

Commit 77e7254

Browse files
committed
.
1 parent c46e774 commit 77e7254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/4_array-programs/splitArray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
console.log("Array 1 :" + a1 + "\nArray 2: " + a2);
1313
}
1414

15-
// 2. Using splice() Method
15+
// 2. Using splice() Method
1616

1717
{
1818
let a = [10, 20, 30, 40, 50, 60, 70, 80];

0 commit comments

Comments
 (0)