Quantcast
Viewing all articles
Browse latest Browse all 61

Answer by jamesflowerdew

I think you have a wiggly bracket "}" missing on line 14 you actually have loads of wiggly brackets missing in terms of code understandability imho: a pile of if (whatever) dowhatever(); if (whateverelse) dowhateverelse(); elseif(blabla) moo(); is fairly hellish in the long run , use: if(whatever){ dowhatever(); } if (whateverelse){ dowhateverelse(); }else if(blabla){ moo(); } then you won't make mistakes. note: usu folks give an extra line for each "{" etc.

Viewing all articles
Browse latest Browse all 61

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>