Consider the joint pdf of $(X, Y)$ given by
$$f(x, y) = \begin{cases} 25x^{4}y^{4} & \text{ if } |x| \leq y, 0 < y < 1 \\ 0, & \text{ otherwise.} \end{cases} $$
Then,
$$f_{X}(x) = \int_{0}^{1} 25x^{4}y^{4 }\mathop{dy}$$
$$= 5x^{4}. $$
But what is the restriction to the domain? Is it just $|x| \leq y$? Or is it $x \in \mathbb{R}$? Why? $y$ is no longer in the function. Does it matter? Also to compute $\mathbb{E}[X]$, is the following correct:
$$\mathbb{E}[X] = \int_{-y}^{y} 5x^{4} \mathop{dy} = 2y^{5} $$
Your calculation of $f_X$ is wrong. The correct value is $\int_{|x|}^{1} 25x^{4}y^{4}dy=5x^{4}(1-|x|^{5})$ for $|x| \leq 1$. Also $EX=\int_{-1}^{1}5x^{5}(1-|x|^{5})dx=0$ because the integral of an odd function from $-1$ to $1$ is $0$.