Answer & Solution
Answer: Option C
Solution:
JavaScript functions are primarily used to create reusable code blocks. They encapsulate a set of statements to perform a specific task, which can be reused throughout the code. Functions enhance code organization, maintainability, and reusability.