objectsJavaScriptObjectsMediumWhen must you use bracket notation instead of dot notation?1When the property name is not a valid identifier (e.g. has spaces) or is dynamic2Always, dot notation is deprecated3Only for numeric values4Only inside classesBack to list