Skip to content

Instantly share code, notes, and snippets.

@startupsandcode
Created May 8, 2016 12:21
Show Gist options
  • Save startupsandcode/576a3662196482f80d5320927492a4fe to your computer and use it in GitHub Desktop.
Save startupsandcode/576a3662196482f80d5320927492a4fe to your computer and use it in GitHub Desktop.
document.write('hello world');
console.log('hello world');
document.getElementById('myOutput').innerHTML = 'hello world';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment