Douglas Crockford wrote in his book (Page 4):
Throughout the book, a method method is used to define new methods, This is its definition:
method
Try to use this prototype method:
String.prototype.deentityify = function () { ... }
Then:
document.writeln('<">'.deentityify( ));
We can see: <">
<">