Skip to content

Instantly share code, notes, and snippets.

@makenova
Last active February 15, 2017 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makenova/9454341 to your computer and use it in GitHub Desktop.
Save makenova/9454341 to your computer and use it in GitHub Desktop.

This is the test

The quck brown fox jumped over the lazy dog.

This is a sub heading

This is a second test paragraph. I am writing words that will appear on a page.

Second test file

This is the second test file.

Second Paragraph

This is the second test paragraph in the second file.

function test( arg1, callback){
if ( typeof arg1 == 'function'){
callback = arg1;
}
// Magic happens here
return callback;
}

This is is a test of a markdown file with javascript code in it.

function statement ( arg ) {
  console.log('Here comes the Boom!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment