@milosbabic
Technical Writer & Certified Full-Stack Developer | Turning code into stories
Hey, I'm Milos. I write about code so future me (and maybe you) won’t forget how it works. I am a certified full-stack developer and a tech writer who loves breaking down complex things into something more readable than error logs.
Nothing here yet.
In class-based programming languages like Java or C#, you must create a class before instantiating an object. Simply put, a class is a blueprint for creating objects, as it holds attributes and methods that future instances will inherit. On the other...

Like many programming languages, JavaScript supports object-oriented programming (OOP). In this article, we will use inheritance, one of the basic OOP concepts, to explain prototypes. What Are Prototypes? JavaScript is a prototype-based language. Eve...
