Using the Associative Property in JavaScript Functional Compositions

InstructorKyle Shevlin

Share this video with your friends

Send Tweet

This lesson teaches you what the associative property is, the mathematical principle that proves the grouping of values in when adding or multiplying does not affect the result and applies it to functional composition. This lesson will demonstrate how we can achieve the same composition with different groupings of smaller compositions. This gives us confidence in our code and the ability to create even greater complexity with compositions.