mirror of
https://github.com/espruino/Espruino.git
synced 2026-01-25 14:47:38 +00:00
9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
|
|
|
|
result = (function () {}).length === 0 &&
|
|
(function (a) {}).length === 1 &&
|
|
(function (a,b) {}).length === 2 &&
|
|
(function (a,b,c,d,e,f,g,h) {}).length === 8;
|
|
|
|
|