Created
May 13, 2015 19:35
-
-
Save beckettkev/db82109853c1c4d637e5 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
//config array of variables for our script | |
var _config = { | |
height: 310, | |
width: 310, | |
colour: '#00ff00' | |
}; | |
//now you can get at your variables from the _config object like… | |
_config.height = 500; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment