JavaScript’s Object.freeze and TypeScript’s Readonly
Do you want static or runtime immutability, or both? In this article I will show you how to combine Object.freeze with Readonly to get the best of both worlds. (more…)
Read more »
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings – trekhleb/javascript-algorithms… Read more