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