Hi! I love functional programming and your article is incredible!
Just a little feedback: I think that, on the 2nd code example ("Functional Way"), last line should be:console.log(message("Sayuri"));, right?
Just to be super clear to the reader about what pure functions look like :) the other examples are perfect