Computer Science, asked by Ronak9457, 1 month ago

In java script the x===y statements implies that?

Answers

Answered by hiteshgyanchandani6
3

Explanation:

The "===" statement are called strict comparison which only gets true only if the type and content of both the operand are strictly same. In simple words it means that both should be equal in the value and data type.

Similar questions