if we write property names as strings we can still access the property with .(dot) notation as mentioned below
let x = {
"footnotes": "Footnotes",
"menu": "Menu",
"i": "Information",
"objection": "objection",
"menu": "Menu",
"zoomNote": "zoomNote"
}