Forum Discussion
Wamboo
7 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_
7 years agoFrequent Contributor
Thanks Wamboo.
- Wamboo7 years agoCommunity Hero
Cheers!
If You need any help, write another post :)