bash display items in array

Shell
$ printf '%s\n' "${my_array[@]}"
Source

Also in Shell: