Published
- 1 min read
Uncaught SyntaxError: Invalid shorthand property initializer
The solution for this is noted below
Uncaught SyntaxError: Invalid shorthand property initializer
Solution
//change
{asdf = sdfjksf}
// to
{asdf: sdfjksf}
Try other methods by searching on the site. That is if this doesn’t work