Promise-based pipe in JS
Promise-based pipe in JS
blog.kaki87.net
Promise-based pipe in JS
The pipe operator, I must admit, is something I've been wishing to have since I discovered it on Elixir. For example, this : Math.max( ...Object.values( JSON.parse( '{"a":84,...