Dissecting objects in JavaScript
Introduction
JavaScript objects are key-value pairs. These are also known as properties. These properties in turn have different attributes which define the behavior of these properties ([[...]]). In this article, we'll see how to control these attri...
migom6.hashnode.dev5 min read