Instruction: Explain the difference between '==' (equality) and '===' (strict equality) operators in JavaScript.
Context: This question assesses the candidate's knowledge of JavaScript type coercion and the importance of using strict comparison for predictable code behavior.