Functional Programming in Javascript – map()

Hi, maybe to start this post you can read the post Functional Programming in Javascript – forEach() nice! Creating new values from other values Cool, if we want to apply a function to one value and then create another value from that we can use forEach method and here we are using Functional programming: remember … Continue reading Functional Programming in Javascript – map()