Code Style25 October, 2015Code Style: Accessing JavaScript VariablesJavaScript's syntax allows for a lot of shortcuts when accessing variables. But shorter code can also be confusing. Which techniques are the shortest? Which are the easiest to read?