globalsconsoleconsole.dirxml()Version: 3.40.1On 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.