CodeB

Blog about right code manipulation and programming.

Tutorials

Explanation: Dependency injection in JavaScript

What is Dependency Injection? It's method to load only modules you need and I will show you how it works and why it is really awesome trick to do in JavaScript. Imagine that you write a library and you decide to create something like modul…