Nurture Nature @spec work :: list def work do ["🧠", "🫀", "💪"] |> Enum.map(fn attr -> {"👍", "🧪 + " <> attr} end) end