A
== checks value, === checks value and type.
B
== is for comparison, === is for assignment.
C
== checks value and type, === only checks value.