var a = someObject{ property1: 'Value1', property2: 'Value2' };
var someObject = { property1: 'Value1', property2: 'Value2' }; var a = someObject;