RosettaCodeData/Task/Quine/JavaScript/quine-3.js
2023-07-01 13:44:08 -04: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)})()