JS file not loading [closed]

You forgot to set dependencies at third parameter put it with array() or array(‘jquery’) if you want to depend on jQuery

wp_register_script( 'navbar-scroll', 'http://www.classyclutter.net/wp-content/themes/foodiepro/assets/js/scrolling-navbar.js', array(), '1.0.0', true);