Skip to content

Instantly share code, notes, and snippets.

@w-jerome
Last active February 3, 2020 09:48
Show Gist options
  • Save w-jerome/fedbfe9d6057f2b0e45922c801c7be38 to your computer and use it in GitHub Desktop.
Save w-jerome/fedbfe9d6057f2b0e45922c801c7be38 to your computer and use it in GitHub Desktop.
Javascript - get variable scale
var APP = {
config: {
selector: '.app',
},
};
var app_selector = ((APP || {}).config || {}).selector || '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment