```javascript=
let name = "Adam";
let birthyear = 1995;
let liveInIndiana = true;
//I was born in Indiana in 1995
let Schools = "St Peters";
Schools += "Columbus North";
//I attended these schools during my childhood
function attendCollege("Adam");
//I attended college after graduating high school
let college {
hard: true
yearsSpent: 7
major: "pharmacy"
area: "Indianapolis"
name: "Butler University"
};
//I graduated after 7 years with my Doctor of Pharmacy degree from Butler University which was quite difficult
function move("Indianapolis")
//I stayed in Indianapolis past graduation from college
let job{
pharmacist: true
};
function getJob () {if college.major = true then job = true};
let job = ["Walgreens","CVS","Kroger"];
//I got a job as a pharmacist at Walgreens after graduating when choosing between the 3 companies
returnCollege("college");
let college {
hard: true
yearsSpent: 1
major: "Computing in Education"
area: "New York City"
name: "Columbia University"};
//I am currently in the Computing in Education program at Columbia University
partTime(job);
//i currently am working part time
liveInIndiana = true
//I still live in Indiana to this day