Adding Conditional Logic with Filter

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Often you only want values to proceed through your stream if they meet certain criteria, just as if you were using an if statement in plain JavaScript. This lesson shows you how to use filter on your stream to only push the values that you need through your stream.