Skip to content

IE11: Syntax error #8

@samwx

Description

@samwx

Syntax error caused by code above:

class googleCharts {
    [loadScript]() {
....

Using "normal" syntax (without [], and Symbol) worked, like

class googleCharts {
    loadScript() {
....

Any reasons to use Symbol instead of class name?

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions