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?