I understand how to solve 1 absolute value as a piecewise function. $f(x)=|x-1|$ $$ f(x)= \begin{cases} x-1& \text{if }x\ge1\\ 1-x&\text{if }x<1 \end{cases} $$
But when a function involving 2 absolute values (or maybe more), I get stuck.
What are the steps to take in order to solve function like this? $f(x)=|x-1|-|x+3|$