A.  ==

B.  equals

C.  equal

D.  ===

1
Correct Answer :
===
Explanation :

When a switch executes, it computes the value of expression and then looks for a case label whose expression evaluates to the same value (where sameness is determined by the === operator). 


Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python