Not sure if you’re still looking for help with this but your head.php file should look like this
<head>
….
<?php wp_enqueue_script(“jquery”); ?>
<?php wp_head(); ?>
<script type=”text/javascript”
src=”<?php bloginfo(“template_url”); ?>/js/yourScript.js”></script>
</head>