wnghdcjfe opened this issue 5 years ago · 1 comments
These parts are missing from the API and there is a lack of explanation in common.
drop method need to modify. drop method must receive one argument(l). so example code modified like below
drop
l
dropRight(0, [1, 2, 3, 4]); // [1, 2, 3, 4] dropRight(1, [1, 2, 3, 4]); // [1, 2, 3]