JSFiddle - React, Tailwind, and code Playground

by Robodude

JavaScript

Date.prototype.toString = function(){
	console.log(this)
}

var d = new Date(2018, 9, 31)


console.log(d.toString())