JS Loop melalui argumen fungsi

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