Instead of rewriting the article myself, I figured it is better to simply link to it: http://mislav.uniqpath.com/2010/05/semicolons/. After reading this article, do remember that just because it is stated that they are not needed doesn’t mean that it is bad to include them. š
Blog
Accessing A Google Script Web App From Other Accounts
Recently I wrote a Google Script Web App that generated JavaScript code and needed to run on a Google Site. Even though I tested everything both on my computer and on my phone I didn’t Read more…