Interviewer And Interviewee Guide

Front End Developer (AngularJS) Interview Question:

Tell me what is the difference between == and ===?

Submitted by: Muhammad
== compares the value; === compares the value and the type:


"5" == 5; // true

"5" === 5; // false
Submitted by: Muhammad

Read Online Front End Developer (AngularJS) Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.