mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +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;
|
|
|
|
|