In a java script, what is the difference between "==" and "===" operator?
Answer / Navneet Kuamr
In JavaScript, '==' performs type coercion when comparing values, while '===' does not. If you use '==', it will compare values and their types, but if you use '===', it will only compare values without any coercion.
| Is This Answer Correct ? | 0 Yes | 0 No |
where we use javascript and for which purpose we use javascript how?
13 Answers Bugatti, IBM, Infosys, TCS,
How much does a javascript developer make?
What is nodetype in javascript?
What are the variables in javascript?
What kind of conditional statements does JavaScript support?
Who is the world famous hacker?
What is javascript ‘strict mode’?
What would be the result of 3+2+”7″?
Can an anonymous function be assigned to a variable?
What are events in javascript?
What are all the types of Pop up boxes available in JavaScript?
What is prototype in javascript and how do you use it?