Change directory of javascript files

go to your themes functions.php and find line 122. You will find navigation.js function.

get_template_directory_uri() . '/js/navigation.js

and change it to

get_template_directory_uri() . 'assets/js/navigation.js

do it again for skip-link-focus-fix.js code located on line 124.

For customizer go and find customizer.php in ‘inc’ folder. Go line 53 and change js/customizer.js code to assets/js/customizer.js

Don’t forget to move your files 🙂