
If h > 0 the parent function shift to the right
If h < 0 the parent function shift to the left
If k > 0 the parent function shift upward
If k < 0 the parent function shift dpwnward
In the given case you have:
h=2
k= 3

Then, the function will shift right 2 (h > 0) and upward 3 (k >0)