Source code
Revision control
Copy as Markdown
Other Tools
/*
* Any copyright is dedicated to the Public Domain.
* Contributor: Jason Orendorff
*/
function* f(a, b, c, d) {
yield arguments.length;
}
/*
* Any copyright is dedicated to the Public Domain.
* Contributor: Jason Orendorff
*/
function* f(a, b, c, d) {
yield arguments.length;
}