Skip to content

Instantly share code, notes, and snippets.

@GCheung55
Created September 8, 2014 04:58
Show Gist options
  • Save GCheung55/5116931959a24afc1b2a to your computer and use it in GitHub Desktop.
Save GCheung55/5116931959a24afc1b2a to your computer and use it in GitHub Desktop.
'use strict';
var globalType = typeof global
console.log(globalType) // should be `object` but is instead `undefined`
module.exports = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment