Robuta

https://www.tech-recipes.com/blog/2003/12/28/php-syntax-sort-an-associative-array-by-value-with-asort/
To sort an associative array by the array values, use asort. asort($capitals); An optional parameter (sort_flags) can be passed to asort to alter the way that...
php syntaxassociative arraysortvalue
https://teamtreehouse.com/community/access-associative-array-step-5
Brian Thomas is having issues with: echo $item[0] only outputs the first letter of each name's color value
associative arraytreehouse communityaccessstepexample
https://www.educative.io/courses/guide-to-bash-programming/exercise-case-statement-and-associative-array
Practice using the Bash case statement and associative arrays to switch configuration files in scripts that manage ~/.bashrc settings.
case statementassociative arraybashexercises