Diving Deep into JavaScript Objects
If you're at all familiar with JavaScript, you've probably heard that JavaScript is an Object-oriented programming language. An object is just a collection of properties and a property is a mapping from a name to a value. This name can be any number,...
saditya9211.hashnode.dev16 min read