What is Dependency Injection?

from blog Oh, thoughts, you know, | ↗ original
Recently I was asked in the Operation Code Slack to help someone understand dependency injection. What follows is my answer - as always, editted for clarity and to make me seem like a better writer. This is also in the context of javascript, though the concepts apply regardless. So what is Dependency Injection? This is one of those terms that...