Created
March 5, 2018 14:45
-
-
Save lexinamer/324257befb9fd236b4c2052e7fbe3ca0 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
| 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