Curious as to how you can speed up your JavaScript and HTML5 code with some simple tricks? Well this short video will quickly demonstrate a bevvy of ways that you can improve the performance of your front-end app. Sure, you’ll never get the performance of a native application, but the CPU and GPU in that phone in your pocket can more than compensate for anywhere that JavaScript may lack.
[T0:58] Defining Class Methods
[T2:54] Initializing Instance Variables
[T5:45] Defining Local Variables
[T7:54] Reduce the Activity in Loops
[T9:33] Object Pooling
-----------------------
@DaveVoyles

