/    Sign up×
Community /Pin to ProfileBookmark

help on syntax if

hi,

i want to say if var NOT= x1 OR var NOT=x2 OR var NOT=x3

with 1 var it works like this.
if ( ! (var == x1) )
ect

but how to do it with OR

this does not seem to work.
if ( ! (var == x1) || ! (var = x2))
ect

thnx for the input

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@Khalid_AliMay 19.2004 — this will work
<i>
</i>var xx=2;
if(xx!=x1 || xx!=x2 || xx!=x3){
//do something
}
Copy linkTweet thisAlerts:
@itsmadmaxauthorMay 19.2004 — thnx? that worked.
×

Success!

Help @itsmadmax spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...