ginader’s avatarginader’s Twitter Archive—№ 8,352

  1. RT mathias: Did you know functions have a length property in JavaScript? function a() {} function b(x, y) {} a.length; // 0 b.length; // 2