I understand that modulo follows the formula "Quotient × Divisor + Remainder = Dividend," but what I do not understand is how $4 \mod{-5}$ fits as $-1 \times -5 + (-1) = 4$ in the equation. Why isn't it $0 \times (-5) + 4 = 4$, giving us a remainder of $4$ like it does when we do $4 \mod{5}$ in $0 \times 5 + 4 = 4$. What changes when we negate the divisor? How does this make sense?
If the number was greater than five, such as $6$, then negating the $-5$ with a $-1$ like the formula does would make sense, because then you could treat the whole thing as if everything was positive. However I don't understand why $4 \mod (-5)$ is treated the same, why not make the Quotient "$-0$" instead?