Skip to content

Instantly share code, notes, and snippets.

@lexinamer
Created March 5, 2018 14:45
Show Gist options
  • Save lexinamer/324257befb9fd236b4c2052e7fbe3ca0 to your computer and use it in GitHub Desktop.
Save lexinamer/324257befb9fd236b4c2052e7fbe3ca0 to your computer and use it in GitHub Desktop.
var data = {
daytime: {
name: 'Daytime MBA',
desc: 'Specialized certificates and a diverse range of electives mean you can shape your own learning experience.',
link: '/programs/daytime-mba'
},
gemba: {
name: 'Global Executive MBA',
desc: 'Designed so you can continue working, this program gives you a front-row seat to how culture and institutions shape business in Asia, South America, Europe, and North America',
link: '/programs/global-executive-mba'
},
wemba: {
name: 'Weekend Executive MBA',
desc: 'With more than 20 electives, this program lets you tailor your experience without interrupting your career or daily life',
link: '/programs/weekend-executive-mba'
}
};
console.log(data.daytime);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment