Tag: global variable

  • Dos and Donts: Best Practices When Learning JavaScript

    With every programming language, there’s a list of best practices; do’s and don’ts. JavaScript is no exception. Some of these best practices are there for your protection (like always always always using semi-colons!), some to make your code more readable and less error-prone, and some to increase the efficiency of your code. Don’t miss an…