Skip to content

Instantly share code, notes, and snippets.

@robinsonlam
Last active August 29, 2015 14:26
Show Gist options
  • Save robinsonlam/4393996063e5b33c2638 to your computer and use it in GitHub Desktop.
Save robinsonlam/4393996063e5b33c2638 to your computer and use it in GitHub Desktop.
var x = 10; // This is a comment.
if ( x > 5 ) {
  console.log("Hello World");
};

What actually is wrong with you

Markdown Intro

http://daringfireball.net/projects/markdown/

Click here to read the official Markdown Documentation

Any old text is treated as a paragraph.

Subheading

This is another paragraph.

Subsubheading

Subsubsubheading

Text Styles

Here is italic.

This is bold.

You can combine these.

Marx Brothers: Unordered

  • Groucho
  • Harpo
  • Chico
  • Zeppo

Marx Brothers: Ordered

  1. Groucho
  2. Harpo
  3. Chico
  4. Zeppo
  5. Zeppo's Cat
  6. Zeppo's Dog

This is a quote from some famous dead person

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment