Loop JS à travers les arguments de fonction

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