bouzinabdotcom/FunctionalList.js

Implement reverse()

Opened this issue · 0 comments

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