Yeison Daza
3 min read

Understanding Getters and Setters in JavaScript

Since ES2015, we have the ability to use getters and setters to define properties on our objects. In this post we will understand how they work.