Question:Which operator is used to test if two values are identical in every way?
A !== B instanceof C = D == E ===
+ AnswerE
+ Report