in header.php of your child theme use ‘stylesheet_directory’ parameter
Example:
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/yourScript.js" type="text/javascript"></script>
see more parameter here
in header.php of your child theme use ‘stylesheet_directory’ parameter
Example:
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/yourScript.js" type="text/javascript"></script>
see more parameter here