I guess you don't know (yet) about derivatives. Of course the answer to your question depends a bit on what you know already. Here is an answer relying on the generalized binomial theorem
$$ (a+b)^y = \sum_{i=0}^\infty \binom{y}{i} a^i b^{y-i} \tag{1}$$
with $$\binom{y}{i}= \frac{y(y-1)\cdots(y-i+1)}{i!}. $$
In your case, you have $a=h$, $b=x$, and $y=1/5$ which yields
$$(h+x)^{1/5}-x^{1/5} = \sum_{i=1}^\infty \binom{1/5}{i} h^i x^{1/5-i}.$$
As a result, you can write
$$ \frac{(h+x)^{1/5}-x^{1/5}}{h} = \sum_{i=1}^\infty \binom{1/5}{i} h^{i-1} x^{1/5-i}.$$
Now under the limit $h\to 0$ only the term with $i=1$ survives and you simply have to evaluate
$$\lim_{h\to0}\frac{(h+x)^{1/5}-x^{1/5}}{h} = \binom{1/5}{1} x^{1/5-1}
= \frac15 x^{-4/5},$$