if( is_page( array( 'about-us', 'contact', 'management' ) ) ){
wp_enqueue_script( 'script-name', 'path/to/example.js', array(), '1.0.0', true );
}
if( is_front_page() ){
wp_enqueue_script( 'script-name', 'path/to/example.js', array(), '1.0.0', true );
}