Skip to content

Instantly share code, notes, and snippets.

@mikaelbr
Created October 12, 2016 23:18
Show Gist options
  • Save mikaelbr/5b3635db5ccde69786e86d8daf43f447 to your computer and use it in GitHub Desktop.
Save mikaelbr/5b3635db5ccde69786e86d8daf43f447 to your computer and use it in GitHub Desktop.
Some demo
console.log('Hello');
function add (a, b) {
return a + b;
}
console.log(add(1, 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment