SyntaxFix
Write A Post
Hire A Developer
Questions
(document.body.outerHTML).constructor will return String. (take off .constructor and that's your string)
(document.body.outerHTML).constructor
String
.constructor
That aughta do it :)