Chintan Malvaniya
What is the difference between = , == and === in javascript?
By Chintan Malvaniya in JavaScript on Nov 01 2023
  • Jabeer Ali
    Nov, 2023 21

    i)= Used for assigning values to variable ii)== Used to compare the values Ex(let a=10 if(a==10) true else false iii)=== Used to compare the values as well as datatype of variable

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS