# Data of My Fabulous Life
---
```:javascript=
let name = "Han Jiajin(Josh)";
let mindset = 1000;
let isOptimistic = true;
// Josh Han is a detailed solutions-oriented problem solver, a passionate entrepreneur who thinks outside-the-box, capable of improvising for demanding situations.
getTime(); // <<< 8am
// At 8am
name = "Entrepreneur Josh";
mindset = mindset + 100; // 200
isOptimistic = true;
let myOwnCompany-WheatEducation = {
inGrowing: true,
energyLevel: 10,
ifMeeting: Yes
onlineLearning: ["K-12", "all-subjects"]
}
// Lot of Meetings during the day
let numMeetings = 20;
function runTeachersMeeting {
// if they teach well
// then Entrepreneur Josh will award them.
// else Entrepreneur Josh will provide them the training.
}
function talkToStudents() {
if evaluation > average
then
studentsAwards = 10;
goodStudentsType = "yes";
else
power = yes - 10;
}
// Time to sleep
selfreflection = true;
happiness = 100;
planTomorrow = "ToDo List";
```