Day 39 of #100daysofjs
console.dir()
console.dir() is a method that is used to display an interactive list of the properties of a specified JavaScript object. When we use console.dir() on a DOM element, it shows us all the properties and methods available for that element....
arpanmukherjee.hashnode.dev3 min read