I would like to use ECMAscripts "bracket notation" to use the key of an object as a name (which will be displayed in my menu, thus it can not be a short name without space like in propertyName).
In a word, I would like to write
object["Property name"]
instead of
object.propertyName
Is there any reason why I should not do that (except that the "bracket notation" is a bit longer)?