quine

Yet Another JavaScript Quine

Here is yet another JavaScript quine:

(function(){document.write("(" + arguments.callee.toSource() + ")();");})();

This is only tested under Firefox.

Syndicate content