This method gives a machine readable date string which when used again to evaluate the same moment. It is mostly used for debugging purpose.
moment().inspect();
var a = moment().inspect();
var a = moment(new Date("18/10")).inspect();
Thus, when you have to debug the output of moment, you can inspect its displayed output.