App not working off of CodePen, any idea why?

Link

It seems to work on CodePen, but when I try to run it from my desktop it never returns a quote. I know my code here is kludgy at best, but I’m not sure what exactly is causing it to do this, and how to fix it. Anyone have an idea?

Thanks in advance

Maybe look at in what order your script tags are listed. For example, your boostrap script and jQuery script should be before your own js file.

1 Like