Skip to content

Instantly share code, notes, and snippets.

@ikariiin
Last active January 7, 2017 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikariiin/c8ebd07dd2111eff6a218dd6cfbda9f9 to your computer and use it in GitHub Desktop.
Save ikariiin/c8ebd07dd2111eff6a218dd6cfbda9f9 to your computer and use it in GitHub Desktop.

option.value

"Everything"

window['nowDefault']

"Everything"

option.value == window['nowDefualt']

false

var a = option.value; var b = window['nowDefault']; a == b

true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment