Did you use for-loops in Assignment 5 when converting the departments array of university to an array of dictionaries? Don’t. Use the map function instead. See the documentation for the map function at the Swift standard library reference.
departments
map