js bucle a través de argumentos de función

function name(arg1, arg2, arg3) {
	for (arg of arguments) {
		
	}
}
kid amogus