How can I access a child object?

I want to get the child object of “Controller” via script. The child object I want is called “LeftJoyStick”

I’d want something like this

GameObject.Find(“Controller”).GameObject.Find(“LeftJoyStick”);

GameObject.Find(“Controller/LeftJoyStick”);

from here