After this lesson, students will be able to:
Declare and call named functions
Create functions in a way that promotes code reuse
Create functions that accept parameters and / or return data
Understand scope impacts visibility of variables in your program
Create arrow functions introduced by ES6