+25 XP
Lesson 41

Functions Intro

Reusable code blocks!

fn

Module 5: Functions!

Write code once, use it many times!

Why Functions?

recycleReuse code without rewriting
organizeOrganize code into blocks
fixFix bugs in one place