Interviewer And Interviewee Guide

Website Developer Interview Question:

Tell me what Are == And === Operators In JavaScript And How Do They Differ?

Submitted by: Administrator
The = (assigment operator) , == and === (relational operator) please explain the difference between these 3 operators in JavaScript; along with relevant examples. And what do we mean by type type conversion in===,please explain with example.And why does

3==='3'//false
3==="3"//false
"3"==3//true
3===3//true
also why does

3==3//true
"3"==3//true
3=='3'//true
1==true//true
Submitted by:

Read Online Website Developer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.