The goals 💪🏻Different Ways of Creating Functions ✌🏻Anonymous Functions 👍🏻Callback Functions & Functions in Functions 👏🏻Default Arguments & Rest Operator 👊🏻Bind() & More What We Already Know Functions are "Code on Demand" Variables and constants created in functions "belong" to that function Functions CAN take parameters (arguments) and CAN return a value Functions can be called multiple times (w..