InterviewSolution
Saved Bookmarks
| 1. |
What Is === Operator ? |
|
Answer» ==== is STRICT equality operator ,it returns TRUE only when the TWO operands are having the same value without any type conversion. ==== is strict equality operator ,it returns true only when the two operands are having the same value without any type conversion. |
|