4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
arr = [1, 2, 3]
|
|
pushedArr = push(arr, item = 4)
|
|
fail = arr[3]
|
arr = [1, 2, 3]
|
|
pushedArr = push(arr, item = 4)
|
|
fail = arr[3]
|