var o = { r: 'some value', t: 'some other value' };
var o = new Object(); o.r = 'some value'; o.t = 'some other value';
No comments:
Post a Comment