> Instead of writing the same code again and again in the console and assigning each function different amounts of storage, I can write the code once and declare multiple functions that each reference that same code, while assigning different amounts of storage for each one.
> Instead of writing the same code again and again in the console and assigning each function different amounts of storage, I can write the code once and declare multiple functions that each reference that same code, while assigning different amounts of storage for each one.