Thinking with Interfaces

While interfaces don't exist in JavaScript, the ideas behind them are very relevant for JavaScript. Let’s understand what interfaces are and how to implement the logic behind them in JavaScript.

  • What is an interface
  • How to implement interfaces in JavaScript
  • Getting ready to create an adapter

Complete and Continue