What is difference == and === in javascript?
Answer / Ashutosh Kumar Jatav
In JavaScript, the `==` operator performs type coercion, which means it converts both operands to a common type before comparing them. On the other hand, the `===` operator compares the operands without any type coercion.
| Is This Answer Correct ? | 0 Yes | 0 No |
What and where are the best javascript resources on the web?
Why is javascript dangerous?
What is spread syntax?
Explain with an example the use of event handlers in javascript.
what is java?
Will javascript be replaced?
What is a null variable in javascript?
What does the operator do in javascript?
What is difference between api and library?
What is undefined x 1 in JavaScript?
What is are the types of the pop up box es available in javascript?
what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)