Taylor Ngtaylorng.hashnode.dev·Jul 2, 2024Class or Instance: Where Do Our Methods and Attributes Belong?If you've ever worked with an object-oriented programming (OOP) language, or simply dabbled in some of the core concepts of OOP, then you may have come across a key question: does this method / attribute belong to my class or to my instance? Without ...Object Oriented Programming
Bhushan Patilfrontendgenius.com·Feb 12, 2023The Surprising Behavior of Arrow Functions and Class Methods in JavaScript: No Prototype Object AttachedJavaScript is a powerful and dynamic programming language that is widely used for web development. However, many developers are unaware of the behavior of arrow functions and class methods when it comes to the prototype object in JavaScript. In this ...11 likes·181 readsJavascriptJavaScript