---
tags: mstu5003, doodle
---
# Data of My Life
---
```:javascript=
let name = "Yilin Zhang";
let power = 100;
let ismindreading = true;
//Yilin Zhang is a space spy from the Mars.
getTime();// <<< 9 am
// When the alarm goes on at 9 am, Yilin will wake up and dress up like a earthling.
name = "Spy Yilin"
power = power + 100;//200
ismindreading = true;
let columbiaUniversity{
InMess: true
DangerLevel:10;
threatType:"panic"
locations:["Havemeyer Hall""Pupin Hall""Philosophy Hall"]
}
//She talks to lots of students to collect the information and also spread rumor.
let numcollected = 100;
function collectinformation{
// get the data and mess up college
// understand the future of the earth
// other aliens will check the numcollected++;
}
function spreadrumor(){
if power > columbiaUniversity.DangerLevel
then
coloumbiaUniverity.inMess = true;
coloumbiaUniverity.DangerLevel =10;
threatType = "panic";
else
power = power - 100;
}
// She will upload all the data to the space could, before she goes to bed.
sleep();
// She believes someday the Martians can conquer the earth.
...