Skip to content

Instantly share code, notes, and snippets.

@chengyin
Created May 2, 2012 01:51
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 chengyin/2572994 to your computer and use it in GitHub Desktop.
Save chengyin/2572994 to your computer and use it in GitHub Desktop.
Simple JS File
function foo() {
'use strict';
var obj = {
foo: 'bar',
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment