Created
September 2, 2022 11:22
-
-
Save Shaxadhere/16cd02d8b252b629610c0a3c1bf2ccb0 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
export const getPrograms = () => { | |
const degrees = [ | |
"Matriculation in Science", | |
"Matriculation in Computer Science", | |
"Intermediate Pre Engineering", | |
"Intermediate Medical", | |
"Intermediate Computer Science", | |
"Intermediate Arts", | |
"Intermediate Commerce", | |
"Associate Degree in Accounting Finance", | |
"Associate Degree in Business Administration", | |
"Associate Degree in Commerce", | |
"Associate Degree in Computer Networking", | |
"Associate Degree in Computer Science", | |
"Associate Degree in Database Management System", | |
"Associate Degree in Early Childhood Care and Education", | |
"Associate Degree in Education", | |
"Associate Degree in Education (in-service) 1-year", | |
"Associate Degree in Human Resource Management", | |
"Associate Degree in Islamic Banking", | |
"Associate Degree in Mass Communication", | |
"Associate Degree in Operations Management", | |
"Associate Degree in Psychology", | |
"Associate Degree in Sales and Marketing", | |
"Associate Degree in Supply Chain Management", | |
"Associate Degree in Web Design and Development", | |
"B.Ed. (Hons) Elementary", | |
"B.Ed. (Hons.) Early Childhood Care and Education", | |
"Bachelor of Business Information Technology (BBIT)", | |
"BS Bioinformatics", | |
"BS Biotechnology", | |
"BS Business Administration", | |
"BS Commerce", | |
"BS Computer Science", | |
"BS Economics", | |
"BS English (Applied Linguistics)", | |
"BS Information Technology", | |
"BS Mass Communication", | |
"BS Mathematics", | |
"BS Psychology", | |
"BS Public Administration", | |
"BS Sociology", | |
"BS Software Engineering", | |
"BS Zoology", | |
"B.Ed. Elementary (2.5-Year)", | |
"B.Ed. Secondary (1.5-Year Program)", | |
]; | |
return degrees; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment