```javascript=
let name = "Yijia Wu";
let issue = 0
let isEntrepreneur = true;
//Yijia Wu is a student at Columbia University and a founder of a technology company named DENT when there is no class and assignment.
getTime(); // <<<7:00 am
// when the sunshine creeps along the window, she wakes spontaneously.
name = "CEO Yijia"
issue = issue + 1; // 1;
is Entrepreneur = false;
let DENT = {
losesMoney: false,
sadLevel:0,
sadType:"none",
staffBonus:["high","high","high"]
}
//She is responsible for the product realise on time by bossing employee around twice a day.
let numBossed = 0;
function bossEmployee(company) {
//if the company loses money
//then the CEO will punish employee.
//else the CEO will boss employee
numBossed++;
}
function punishEmployee() {
if issue < company.sadlevel
then
DENT.losesMoney = 0;
DENT.sadLevel = 0;
sadType = "none";
else
issue = issue + 1;
}
bossEmployee(DENT); // First boss, everything is fine.
bossEmployee(DENT); // Second boss, everything is fine.
// All looks great with the company this day. But at this moment...
DENT.losesMoney = true;
DENT.sadLevel = 1000000;
DENt.sadType = "poorInvestement";
// seek junior employees from DENT
// set to "fired"
bossEmployess(DENT); // The company is going bankrupt!
//However CEO pretended to be stupid in the past.
//Every cent owed to this company returned and the company runs normally (see punishEmployee algorithm)
give bonus();
//CEO becomes as stupid as usual to supervise her vice presidents with ulterior motives.
```