Transform Values with a Map Operator

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Changing a value into something else is a fundamental concept of programming. When dealing with async code, we want to catch the value inside a function and apply a transformation to it. We do this with a map operator.