Skip to content

Instantly share code, notes, and snippets.

View jconklin's full-sized avatar

John Conklin II jconklin

  • Voxer
  • San Francisco, CA
View GitHub Profile
@dtudury
dtudury / page2.js
Last active August 29, 2015 13:57
/*
javascript:(function () {
var jsCode = document.createElement('script');
jsCode.setAttribute('src', 'https://rawgit.com/dtudury/9501738/raw/f383c0de610467b8b81d38b263772bb663b04ceb/page2.js');
document.body.appendChild(jsCode);
}());
*/
var numbers = "0123456789";
function randomNumber() {
return numbers.charAt(Math.floor(Math.random() * numbers.length));