update manuscript
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Arrays
|
||||
# ARRAYS
|
||||
|
||||
## Reverse an array
|
||||
|
||||
@@ -92,7 +92,7 @@ $ array=(red green blue yellow brown)
|
||||
$ random_array_element "${array[@]}"
|
||||
yellow
|
||||
|
||||
# You can also just pass multiple arguments.
|
||||
# Multiple arguments can also be passed.
|
||||
$ random_array_element 1 2 3 4 5 6 7
|
||||
3
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user