Instruction: Describe the differences between function expressions and function declarations in JavaScript.
Context: This question tests the candidate's understanding of function scope, hoisting, and the nuances of function usage in JavaScript.
easy