Programming (12th Grade)

Explain the difference between '== ' and '===' in JavaScript.

'==' checks for value equality, while '===' checks for both value and type equality.