Skip to content

Instantly share code, notes, and snippets.

@tsevdos
Created December 30, 2013 09:49
Show Gist options
  • Select an option

  • Save tsevdos/8179968 to your computer and use it in GitHub Desktop.

Select an option

Save tsevdos/8179968 to your computer and use it in GitHub Desktop.
console.log('Window : ' + window ) // Window : [object Window]
console.log('Window : ', window ) // logs correctly the Window object
console.log('Window : ', window , 'Object : ', object) // logs everything as expected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment