This chapter covers the basics of bro-coding, including variable declaration, function calling, and basic debugging techniques for when things don't work.
Learn how to declare variables, like, for real.
Variables are for BrosDiscover how to write functions to fix that one thing that broke.
Functions are for Broken ThingsFind out how to debug your code, even when it's just a mess.
Debugging is Hard