Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

How do I use the && operator?

$
0
0

The ff code is giving me an error:

 

if(offst  >10 && <80 ){...

 

I'm trying to trigger an action if my offst value is within the range of the two values (>10, <80). Getting the following error:

Uncaught SyntaxError: Unexpected identifier


Viewing all articles
Browse latest Browse all 9897

Trending Articles