Nicholas Porter
1 min readFeb 7, 2020

--

So I can totally see this being a great addition to JS especially when used for multifunction calls.

My concern would be misuse of the operator for just single function calls, leading to less readable code. So instead of just calling regular functions with the param passed in like `add(num)` they’ll just do `num |> add`, which I believe is a misuse.

Great article!

--

--

Nicholas Porter
Nicholas Porter

No responses yet