I'm messing with code that someone else wrote and I saw that he writes like this
if(i === true)
Is there a difference if I do it this way?
if(i)
Via Active questions tagged javascript - Stack Overflow https://ift.tt/AjHIclf
A site where you can share knowledge
I'm messing with code that someone else wrote and I saw that he writes like this
if(i === true)
Is there a difference if I do it this way?
if(i)
Via Active questions tagged javascript - Stack Overflow https://ift.tt/AjHIclf
Comments
Post a Comment