Forum Discussion
Wamboo
6 years agoCommunity Hero
Yo!
Use triple === to compare values.
I am comparing the multiple values like this:
if ((val === 2 && val2 === 0) || (val3 === 2 && val4 === '')) { // some Code }
_ivanovich_
6 years agoFrequent Contributor
Thanks Wamboo.
- Wamboo6 years agoCommunity Hero
Cheers!
If You need any help, write another post :)