With `.map()` I can transform each element of an array, so I could do something like: ``` stock.map{ Text($0.ticker) } ``` - [ ] Is it worth it as the current implementation via foreach?