CopyPastor

Detecting plagiarism made easy.

Score: -1; Reported for: Open both answers

Possible Plagiarism

Plagiarized on 2018-02-06
by Tushar Vaghela

Original Post

Original - Posted on 2013-09-29
by Varun Natraaj



            
Present in both answers; Present only in the new answer; Present only in the old answer;



<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-js -->
//Polulate it via JavaScript var onlythis = document.getElementById('onlythislink'); onlythis.href = window.location.href;
<!-- language: lang-html -->
<!-- Keep link blank initially --> <a id="onlythislink" href="#">Site</a>
<!-- end snippet -->



<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-js -->
var utc = new Date().toJSON().slice(0,10).replace(/-/g,'/'); document.write(utc);
<!-- end snippet -->
Use the `replace` option if you're going to reuse the `utc` variable, such as `new Date(utc)`, as Firefox and Safari don't recognize a date with dashes.

        
Present in both answers; Present only in the new answer; Present only in the old answer;