Function Declarations vs Expressions

What is the key difference between a function declaration and a function expression in JavaScript?
Next Question (1/20)