(function() { for (const argument of arguments) { console.log(argument); } })(1, 2, 3); // 1 // 2 // 3