As long as this
var obj={a:'a', b:'b'};
var a = obj
[a].forEach(()=>{})
produces an error, semi-colons are mandatory and any suggestion to the contrary is childish perversity.
As long as this
var obj={a:'a', b:'b'};
var a = obj
[a].forEach(()=>{})
produces an error, semi-colons are mandatory and any suggestion to the contrary is childish perversity.