RosettaCodeData/Task/Quine/JavaScript/quine-3.js
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

1 line
288 B
JavaScript

(function(){str=["(function(){str=[F].join(String.fromCharCode(34));str=str.replace(/F/,String.fromCharCode(34)+str+String.fromCharCode(34));console.log(str)})()"].join(String.fromCharCode(34));str=str.replace(/F/,String.fromCharCode(34)+str+String.fromCharCode(34));console.log(str)})()