Reviewing Composition (Continued)

In notebook:
FrontEndMasters Hardcore Functional
Created at:
2017-03-13
Updated:
2017-03-13
Tags:
Functional Programming JavaScript
Demoes composing functions and using them in another compositions to build up what an "app" (just returns the first letter of a word).

But what's great about this that the app does not depend on any data, or outside stuff. 

It's very declarative. 

Composing bigger things will still pose a problem though (just by using ad hoc compositions).