MostlyAdequate / mostly-adequate-guide

Mostly adequate guide to FP (in javascript)
Other
23.39k stars 1.86k forks source link

Swap append with concat in user welcome exercise (ch 8) #598

Closed etmoore closed 3 years ago

etmoore commented 3 years ago

Definitely a nit 😊 , but the third exercise in ch 8 would put 'Welcome ' after the user's name instead of the other way around. I suspect the intention here was to use concat instead of append.

So instead of "BrianWelcome " we'll have "Welcome Brian".