warnings: [ /global variable/ ] ---- a = { empty: [], one: [ 1 ], many: [ 1, 2, 3 ] }; ---- a = empty: [] one: [ 1 ] many: [ 1 2 3 ]