Skip to content

Instantly share code, notes, and snippets.

@janjongboom
Created October 6, 2011 11:16
Show Gist options
  • Save janjongboom/1267166 to your computer and use it in GitHub Desktop.
Save janjongboom/1267166 to your computer and use it in GitHub Desktop.
my awesome multifile gist
var fileNo = 2;
if (fileNo === 2) {
console.log('oh noes, its numero deux!');
}
$(function () {
var hello = 'i am the multifile gist';
console.log(hello);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment