I have two javascript files inside a folder called (js) and I want to know how to call it in the theme code I'm creating. But how do I do that, I know I have to use the functions.php or am I wrong? I want you to help me because I'm new to creating wordpress themes and I'm having a lot of trouble solving this.
With css I did it and it worked
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url') ?>/style.css" media="screen,projection"/>