Platforms
objkt
Description
A program is self-replicating if it outputs itself when it is run. Try running this code in the browser's developer console. It will print out the same code.
(function a() { console.log( "(" + a + ")()" ); })();
On-Chain Data