Create Streams From Single Values With Most.js

Share this video with your friends

Send Tweet
Published 6 years ago
Updated 4 years ago

Most provides many means for creating streams, the simplest of which is the of function. In this lesson, we demonstrate the use of of to lift a single value into a stream. We also show off the just alias of of, as well as, a common method for currying a function.