javascript not loading in wordpress

Problem was a simple misspelling.

The add_action should be

add_action (‘wp_enqueue_scripts’, ‘theme_add_cycle_slide’ );

I wrote ‘script’

File not found.