ajaxt returning object object [closed]

The issue is with this line:

wp_localize_script( 'ajaxHandle', 'myAjax', array( 'ajaxurl' => admin_url( 'admin_ajax.php' ) ) );

It should be admin-ajax.php instead of admin_ajax.php.