Explanation:
to move a function to the left (make the original functional values at x happen now at x-10) means to create a functional value at x now that should have originally happened at x+10.
the new function h(x) = g(x + 10) = |x + 10|
is the original function g(x) moved 10 units to the left.