Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Last active December 17, 2015 07:58
Show Gist options
  • Save zvineyard/5576240 to your computer and use it in GitHub Desktop.
Save zvineyard/5576240 to your computer and use it in GitHub Desktop.
A JavaScript array of the graduate degrees offered by NNU.
var grad_degrees = new Array(
"EDS - Director of Special Education: Exceptional Child",
"EDS - Dirirector of Special Education: Education Leadership",
"EDS - Educational Leadership: Superintendent",
"EDS - Educational Leadership: Building Administrator",
"EDD - Educational Leadership",
"MA - Christian Education",
"MA - Missional Leadership",
"MA - Pastoral Ministry",
"MA - Spiritual Formation",
"MA - Youth, Church, and Culture",
"MBA - Master of Business Administration",
"MDIV - Christian Education",
"MDIV - Christian Studies",
"MDIV - Missional Leadership",
"MDIV - Spiritual Formation",
"MDIV - Youth, Church, and Culture",
"MED - APP Elementary Certiication to C & I",
"MED - Curriculum and Instruction",
"MED - Educational Leadership-Bldg Admin",
"MED - Exceptional Child - Advanced",
"MSN - Nursing Leadership and Education",
"MED - Curriculum & Instruction with ENL",
"MED - Director of Special Education: Exceptional Child",
"MED - Dirirector of Special Education: Education Leadership",
"MED - APP Secondary Certification to C & I",
"MED - Curriculum & Instruction Online",
"MED - Curriculum & Instruction w/Bilingual",
"MED - Exceptional Child - Basic & Advanced",
"MED - Reading Online",
"MS - School Counseling",
"MS - Marriage and Family Counseling",
"MS - Clinical Counseling",
"MSW - Social Work Foundational Standing",
"MSW - Management, Program Development, and Community Planning Social Work",
"MSW - Community Mental Health Social Work",
"MSW - Medical Social Work with Adults",
"MSW - Addiction Studies Social Work"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment