Javascript Best Practices for Performance & Memory

Date
Sep 21, 2017

Some common but poor practices used in Javascript programming can result in memory and performance issues, especially in large-scale and/or single-page apps and websites. We will discuss better practices as well as techniques for the refactoring of problematic existing code.