Skip to content

Instantly share code, notes, and snippets.

@zebra0303
Created October 16, 2013 03:54
Show Gist options
  • Save zebra0303/7002446 to your computer and use it in GitHub Desktop.
Save zebra0303/7002446 to your computer and use it in GitHub Desktop.
test js
(function () {
"use strict";
var name = 'jeff';
var age = 27;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment