I am not familiar with JS but I use it based on tutorials to get certain functionality. I have my page linked to a number of scripts that work fine but 1 does not. I have to have an extra embedded script to initiate it. Why ? Is there another way as it seems untidy.
<script src="js/wow.min.js"></script>
<script>new WOW().init();</script>
Why do I need this second script, is there a tidier way of doing this