Created
May 14, 2013 14:17
-
-
Save zvineyard/5576259 to your computer and use it in GitHub Desktop.
A JavaScript array of the undergraduate majors offered by NNU.
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 majors = new Array( | |
"Accounting", | |
"Applied Studies", | |
"Art", | |
"Biblical Studies", | |
"Biology", | |
"Business Administration", | |
"Chemistry", | |
"Christian Ministry", | |
"Communication", | |
"Computer Graphic Design", | |
"Computer Information Systems", | |
"Computer Science", | |
"Criminal Justice", | |
"Cultural Studies", | |
"Elementary Education", | |
"Engineering", | |
"English", | |
"Financial Economics", | |
"Global Business", | |
"History", | |
"Intercultural Ministry (Missions)", | |
"International Studies", | |
"Liberal Studies", | |
"Management", | |
"Marketing", | |
"Mass Communication", | |
"Mathematics", | |
"Music", | |
"Nursing", | |
"Philosophy", | |
"Philosophy and Religion", | |
"Physics", | |
"Political Science", | |
"Pre-Physical Therapy", | |
"Psychology", | |
"Recreation and Sports Management", | |
"Secondary Education", | |
"Social Work", | |
"Sociology", | |
"Spanish", | |
"Special Education", | |
"Youth Ministry" | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment