Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the difference between == and === in JavaScript.



Explain the difference between == and === in JavaScript...

Answer / hr@tgksolutions.com

• == (Abstract Equality) compares values without considering data type (performs type coercion).
o Example: 5 == "5" → true
• === (Strict Equality) compares both value and type.
o Example: 5 === "5" → false

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Is javascript pure object oriented?

0 Answers  


What is a module code?

0 Answers  


Why global variables are bad javascript?

0 Answers  


Does javascript support automatic type conversion?

0 Answers  


What is a null variable?

0 Answers  


What are the various functional components in javascript?

0 Answers  


What are the main functions performed by javascript statements?

0 Answers  


How to create 3-dimensional Array in Javascript?

3 Answers   CybAge, Shapia,


Are java and javascript same?

0 Answers  


What are classes in javascript?

0 Answers  


How to delete an array entry using javascript?

0 Answers  


What is nodetype in javascript?

0 Answers  


Categories