Skip to content

Instantly share code, notes, and snippets.

@marekpiechut
Created January 3, 2018 08:07
Show Gist options
  • Save marekpiechut/87e4635e8a107d3a5665cdfffad0999f to your computer and use it in GitHub Desktop.
Save marekpiechut/87e4635e8a107d3a5665cdfffad0999f 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