-
-
Save WPDC/ff2e4c9b17372df32f54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// global scope | |
pageName = 'FAQ' | |
isPageLoaded = displayPage( pageName ) | |
// local scope | |
function displayPage( pageName ) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment