function aboutMe(){
String
name =
"Dylan Landman";
int
age =
19;
String
currentSchool =
"UMASS Amherst College of Information and Computer Science
'23";
String
[] interests =
["Soccer","Rock-Climbing","Web-design"];
String
[] pastExperience =
[
{"The Coder School
Syosset",Intern 2016-2018},
{"M&M
Social Media",Intern 2019-2020}
];
String
[] services =
["Website Design","Social Media Marketing","Logo Design"];
String
focus =
"I am currently studying Computer Science, focusing on web design and
machine learning. I aim to create new software to improve the
performance and usability for companies";
}