Reducing data with a shell-pipe-like sequence of operations in JavaScript
One of the most remarkable features of the command-line interface is the pipe operator. Could it be possible to reach with JavaScript an approach that mirrors the intuitiveness and simplicity provided by the pipe operator?