4 lines
273 B
TypeScript
4 lines
273 B
TypeScript
export const education = [
|
|
{ span: "2023 - July 2026", degree: "Bachelor of Science, Computer Science", location: "Western Governors University" },
|
|
{ span: "2019 - 2021", degree: "Associate of Science, Networking Technologies", location: "Central Arizona College" },
|
|
]; |