Use wp_enqueue_script() function to Enqueue script in wordpress.
Add $in_footer parameters value true for call script in footer. it default value is false.
By default script will display in header.

Use wp_enqueue_script() function to Enqueue script in wordpress.
Add $in_footer parameters value true for call script in footer. it default value is false.
By default script will display in header.