You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// need blank line after blocksvarobj={foo: function(){return1;},bar: function(){return2;}};// not need blank line when in argument list, array, objectvarfoo={a: 2,b: function(){a++;},c: 3};
为什么第一个obj.foo 后面加空行,第二个foo.b后面又没有?
The text was updated successfully, but these errors were encountered:
为什么第一个obj.foo 后面加空行,第二个foo.b后面又没有?
The text was updated successfully, but these errors were encountered: