The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › codepen doesn’t like my js? › Re: codepen doesn’t like my js?
you need to add “()” at the end of the function if you want to run it whenever the browser sees it.
function funcitonName(){ //do your magic here }();