0

Is there any Difference between

if(! (xyz === abc) ) {
}

AND

if( xyz  !== abc ) {
}

if both are same, which one should we prefer?

Jozef Dúc
  • 965
  • 2
  • 18
  • 29
AkshayP
  • 2,141
  • 2
  • 18
  • 27

0 Answers0