SyntaxError: Invalid shorthand property initialize code example
Example: Uncaught SyntaxError: Invalid shorthand property initializer
//change
{asdf = sdfjksf}
// to
{asdf: sdfjksf}
//change
{asdf = sdfjksf}
// to
{asdf: sdfjksf}