Introduction Namaste, In this blog I will discuss 12 code scenarios on Javascript . Identify the output of the below program let city = { "delhi":1000, }; let obj = Object.getOwnPropertyDescriptors(city); console.log(obj.delhi.configurable...
mahavir.hashnode.dev2 min read
No responses yet.