Posts by Eder Prado • 11 points
1 post
-
1
votes2
answers52
viewsQ: Is there a better way to remove an element from a JS array from the functional programming point of view?
I was trying to remove an element from an array, and since I’m trying to learn a little bit more about functional programming, I tried to change the old way I used to do this. const myArray = [ {id:…
javascriptasked Eder Prado 11