Skip to content

Instantly share code, notes, and snippets.

@WPDC
Created December 14, 2015 03:52
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 WPDC/8e0f5d536e7032a08641 to your computer and use it in GitHub Desktop.
Save WPDC/8e0f5d536e7032a08641 to your computer and use it in GitHub Desktop.
// global scope
pageName = 'FAQ'
isPageLoaded = displayPage( pageName )
// local scope
function displayPage( anotherPageName ) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment