Javascript Function Expressions and Function Declarations
Javascript is a flexible and quirky programming language that lets you define functions in a number of different ways. The two more common ways to set up a function is using Function Expressions and Function Declarations. Knowing the differences between these two can have a big effect on how you