Hey all, looking how to solve a Syntax error: miss...
# general
l
Hey all, looking how to solve a Syntax error: missing ; before statement error with a client script from SW21 I am currently trying test, the code passes JS validity checks which doesn't make any sense. Github link will be posted in the replies
c
Is your NS instance set to parse 2.x as 2.0 or 2.1?
l
2.0
b
your script uses features not implemented in 2.0 (template strings and let)
use 2.1
l
Awesome thank you for the help