I\'ve seen a bit of chatter about document.write
being deprecated, but I\'m not sure exactly where this information came from. I did look it up in MDN, but ther
In the W3C HTML5 specification [W3C Recommendation 28 October 2014 section 6.3.3] document.write() still exists, https://www.w3.org/TR/html5/webappapis.html#document.write() although there is a rather explicit warning in the specification, ending with... "For all these reasons, use of this method is strongly discouraged."