\n1 function test_this() {\n2 for_each(document.js_test_form.elements,\n3 function (test_element) { alert (test_element.name); }\n4 )\n5 }
Notice how line 3 is both a complete function definition, and an argument being passed to the test_this function, inline.