using `macro` as an object property causes errors
Using the identifier macro
as an object property will cause an error to be thrown
var o = {
macro: "foo"
}
o.macro;
Using the identifier macro
as an object property will cause an error to be thrown
var o = {
macro: "foo"
}
o.macro;