Append to an array

Append an item to an array in shell scripting

array=("first" "second" "third")

array+=('fourth')