globalsconsoleconsole.dirxml()Version: 3.27.2On this pageconsole.dirxml()The console.dirxml() method displays the supplied object in the console.Syntaxdirxml(object)Parametersobject: A JavaScript object whose properties should be output.Return valueundefined.