bouzinabdotcom/FunctionalList.js

implement remove()

Opened this issue · 0 comments

remove(1, List(1, 2, 3, 4)) => List(2, 3, 4)
remove(1, List(1, 2, 3, 1, 4)) => List(2, 3, 4)