Kuldeep Kumawat
Difference between == and === in jquery
By Kuldeep Kumawat in .NET on Apr 24 2017
  • Rushyanth Reddy
    Aug, 2018 11

    = Is used for assigning == checks for the value === checks for value along with data type

    • 0
  • Kuldeep Kumawat
    Apr, 2017 24

    == only checks for value, === checks for value as well as data type. eg: 1=="1" -> true 1==="1" -> false

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS