In this DaddyDev lesson, Ryan E. Hamilton expounds upon the previous lesson about "How Everything Functions" in three fundamental ways: — in [1] sequences, [2] loops, and [3] conditional cause-and-effect relationships — and how we can use this knowledge to build virtually anything with code.

He shows us that the most complex functionality in the world is built by combining those 3 fundamental functions with themselves to create 9 possible combinations of complex functions (i.e. 3 x 3 = 9 complex function combinations).

Ryan walks through each of the 9 possible complex functions and gives real-world examples of each one…Because, soon we’ll be coding this stuff.

Enjoy! 8)

DaddyDev 19: 9 Complex Functions