Skip to content

Instantly share code, notes, and snippets.

@pokuwagata
Created February 24, 2018 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pokuwagata/28940cea117d3feaefb617a09ddfb2e1 to your computer and use it in GitHub Desktop.
Save pokuwagata/28940cea117d3feaefb617a09ddfb2e1 to your computer and use it in GitHub Desktop.
for(i=0; i<10000; i++) {
var p = document.createElement('p');
p.textContent = 'test';
document.body.appendChild(p);
}
window.alert('test');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment