Just a few things:
arrays need commas between values, not semi-colons.
The reduce function might be more clear with an initial value, and maybe another example. That one can be hard for people.
I did learn how to use map on a string though! That was something new for me. Thanks!