Today, in this blog we will discuss about Objects, a built-in data structure in JavaScript. Objects come in two forms: the declarative (literal) form and the constructed form. Literal Syntax-> let obj = {key:value}. Constructed Syntax--> let myObj = ...
prasenjitbasuroy.hashnode.dev3 min readNo responses yet.