Unexpected token" error in JavaScript

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
alex4orly
Posts: 321
Joined: Thu Jul 23, 2020 9:34 am

Unexpected token" error in JavaScript

Post by alex4orly »

I get an error in a javascript that we working for sevral years, it points to the bracket in an if() statement:
if(....)
{

}

I searched Google and found a product ESLint or JSLint

Does our IDE package have a built in function to do that checking of syntax validty?

Thanks
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Unexpected token" error in JavaScript

Post by Pablo »

There is no option to check syntax validity. When you add custom code then it is assumed that you know what you are doing and make sure the added code is valid.
alex4orly
Posts: 321
Joined: Thu Jul 23, 2020 9:34 am

Re: Unexpected token" error in JavaScript

Post by alex4orly »

OK, thanks
Post Reply