Capturing unused JavaScript

Let’s face it: unused code has no place in your product. It’s similar to the proverbial junk drawer at your home, but instead of a messy… Read more

Similar

5 Best JavaScript Frameworks in 2017

JavaScript popularity continues its rising. In 2016 we’ve witnessed such great changes, as AngularJS entire upgrade and introduction of Angular 2, ultimate dominating of jQuery that is applied on 96.5% of all JS sites, evolution of ECMAScript, two updat...

Read more »

JavaScript Functions

Every JavaScript application uses functions. In this blog post we’ll go over the basics of functions and arrow functions, providing default parameters to functions, passing named parameters to functions, and using the rest parameters in functions... (more…)

Read more »