Skip to content

Instantly share code, notes, and snippets.

@Bajena
Last active May 30, 2017 20:05
Show Gist options
  • Save Bajena/819cb87ad6b33b32bd897a2b6d699e83 to your computer and use it in GitHub Desktop.
Save Bajena/819cb87ad6b33b32bd897a2b6d699e83 to your computer and use it in GitHub Desktop.
Test blog snippet
{
property1: 1,
property2: "xxx",
function f(x, y) {
return x + y;
},
g() {
return "x";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment