Define and play with the functions flip, negate, and compose, as they are defined on this page .
Define, for instance, a flipped cons function and a flipped minus function.
Define the function odd? in terms of even? and negate.
Finally, compose two HTML mirror functions, such as b and em, to a new function.
Be sure you understand your results.