While indexed arrays use numerical indices, Bash also supports associative arrays, where each element is associated with a string key rather than a number.
The Bash shell offers a powerful feature called "heredoc" (short for "here document") that allows you to pass multiline text or code to commands in a streamlined and readable way.