Published inBetter Programming·Jul 10, 2019Member-onlyWhat Is This “Strict Mode”?As a JavaScript developer, it’s possible that you might have used strict mode at one point or the other in your code and if you haven’t, well, you might someday. …JavaScript4 min readJavaScript4 min read
Published inWeekly Webtips·May 30, 2019How to make specific object properties behave like constantsEver wondered how to prevent your code from mutating object properties whose values should never change? I know what you’re probably thinking, why not just use a const keyword to declare the object? …JavaScript4 min readJavaScript4 min read