wp wp_register_script function results type parameter missing

If you are trying to add Jquery lib for your theme then consider using wp_head() just above closing < /head > tag. WordPress automatically adds a Jquery by default. You need not to add the lib file/ url manually.