We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5955f98 commit 59c797eCopy full SHA for 59c797e
data_structures/Arrays
@@ -1 +1,2 @@
1
-arr = [10, 20, 30, 40, 50]
+arr = [10, 20, 30, 40]
2
+arr[1] = 30
0 commit comments