In this video we introduce basic concepts you’ll need to get started such as how to create and work with functions. Functions allow you call a block of code multiple times while only writing it once. It helps reduce the overall amount of code you need and makes management and bug fixing much easier. Download code examples here.