Expand the given function in the appropriate Fourier series: $$\begin{align} f(x) = \begin{cases} x+1 &\mbox{if } -1 \leq x \leq 0 \\ x-1 &\mbox{if } 0 \leq x \lt 1 \end{cases} \end{align}$$
To my knowledge, the first step is to determine whether the function is even or odd and that's where I get stuck.
UPDATE AFTER DISCUSSION WITH MARIANO:
on $[-1,0]$, $f(-x)=-x+1 \neq -f(x)$
on $[0, 1]$, $f(-x)=-x-1 \neq -f(x)$
so now i'm at a loss as to how to continue...