What do we use comparisons with === for?

Skipping or running code depending on whether two values are the sameAlways running code since a comparison with === always returns true

Skipping or running code depending on whether two values are the same.