Q. In JavaScript the x===y statement implies that: (Solved)
1. Both x and y are equal in value, address as well.
2. Both are x and y are equal in value only.
3. Both are equal in the value and data type.
4. Both are not same at all.
- c. Both are equal in the value and data type.