0
comment
comment
on 5/30/2014 7:42 PM
One function that I used very frequently in Functional Programming language like F# is map. For C# I can use Select function in LINQ to do the same thing. With ECMAScript5, JavaScript also comes with built-in map function. Here are how map functions looks like in JavaScript: However, if you still have to support IE8, … Continue reading →