JavaScript

JavaScript specific performance techniques.

Being an asynchronous event-driven programming language JavaScript has some unique challenges and opportunities when writing fast, efficient code. Additionally, JavaScript itself has some unique coding functionality that makes optimization of the application require a different mindset.

Last updated