caridy (2014-10-08T14:21:12.000Z)
domenic at domenicdenicola.com (2014-10-15T18:59:01.881Z)
```js var myGlobalFunction = Reflect.global.myGlobalFunction; ``` note: you can't use import for global due to the nature of the binding process when importing members or namespaces.