globalsconsoleconsole.dirxml()Version: 3.37.0On this pageconsole.dirxml() The console.dirxml() method displays the supplied object in the console. Syntax dirxml(object) Parameters object : A JavaScript object whose properties should be output. Return value undefined.