&& produces error
-
Hi! When I use && in my JS code (in Custom HTML block), it produces error “Uncaught SyntaxError: Invalid or unexpected token (at (index):1577:1232)”. In console I see that, && was converted to “& # 038;& # 038;” and the error is pointing on it. How to disable this autoformatting? Please let me know, thanks!
UPD: ( x<y && z>w) produces error, but (z>w && x<y) doesn’t.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘&& produces error’ is closed to new replies.