Skip to content

Instantly share code, notes, and snippets.

@marekpiechut
Created January 3, 2018 08:07
Show Gist options
  • Save marekpiechut/8d5bc2ea461853ffd837b0a82456e6b2 to your computer and use it in GitHub Desktop.
Save marekpiechut/8d5bc2ea461853ffd837b0a82456e6b2 to your computer and use it in GitHub Desktop.
Test
function testFunction() {
console.log('just log me!');
return 32;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment