Multiplication is often expressed as repeated addition.
Such as
$$5\cdot 3=5+5+5$$ $$-5\cdot 3=(-5)+(-5)+(-5)$$
Above in both the cases multiplier is positive.In case of multiplier is negative how will you express following as repeated addition
$$5\cdot (-3)$$
and
$$-5\cdot (-3)?$$
Do can they expressed as repeated subtraction from zero as follows
$$5\cdot (-3)=0-(5)-(5)-(5)$$
$$-5\cdot (-3)=0-(-5)-(-5)-(-5)$$
I think
$$ 5\cdot (-3) $$
can be read as "five times minus three" and can be expressed as $$ (-3)+(-3)+(-3)+(-3)+(-3)=-3-3-3-3-3=-15 $$
But when both factors are negative then the "repeated addition" is sort of losing its meaning. You could go by doing as follows instead
$$ (-5)\cdot (-3)=(-5)\cdot(-1)\cdot 3= $$ since multiplication is commutative you can rearrange the terms
$$ =(-1)\cdot (-5)\cdot3= $$ since multiplication is also associative you can start with the second multiplication
$$ =(-1)\cdot [(-5)+(-5)+(-5)]=-1\cdot (-15)= $$
and here you could argue that multiplying with $-1$ changes sign so you end up with
$$ =15. $$