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
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