camera.lookAt on object

hi

how can I use lookAt , to make the camera look on an object ?

thanks

myCamera.lookAt( myObject.position );

Like objects looking at another in this example: https://threejs.org/examples/?q=look#misc_lookat

A bit more info,

A camera is an object3d. You can make an object3d look at another object3d.

https://threejs.org/docs/#api/en/core/Object3D.lookAt