Solution:
Try the following:
wp_enqueue_script( 'main-scripts', get_stylesheet_directory_uri() . '/scripts.js', array(), '1.0', true );
Also at the moment you’ve declared your navSlide function but as far as I can see you haven’t called it.