Skip to content
/ TIL Public

📚 Started learning and recording logs daily from November 18th, 2023. It includes programming and studying English.

Notifications You must be signed in to change notification settings

pss-aileen/TIL

Repository files navigation

TIL

This image was made with My Octocat


/*-------------------------------------
 | TIL
 | Today I Learn and Study Log.
 *------------------------------------*/

// If you want to check the monthly reports, go to the annual folders.
const studyStartDay = "2023/11/18";
const programmingStudyTime2023 = [
  {
    period: "2023",
    hoursTotal: 116.75,
  }
];
const programmingStudyTime2024 = [
  {
    period: "January 2024",
    hoursPerMonth: 93.75,
    // hoursTotal: 210.50,
  },
  {
    period: "February 2024",
    hoursPerMonth: 95.25,
    // hoursTotal: 306.25,
  },
  {
    period: "March 2024",
    hoursPerMonth: 90.50,
    // hoursTotal: 396.75,
  },
  {
    period: "April 2024",
    hoursPerMonth: 21.25,
    // hoursTotal: 417.50,
  },
  {
    period: "May 2024",
    hoursPerMonth: 45,
    // hoursTotal: 462.5,
  },
    {
    period: "June 2024",
    hoursPerMonth: null,
    // hoursTotal: null,
  },
];
const englishStudyTime2024 = [
  {
    period: "May 2024",
    hoursPerMonth: 26.25,
    // hoursTotal: 26.25,
  },
  {
    period: "June 2024",
    hoursPerMonth: null,
    // hoursTotal: null,
  },
];

About

📚 Started learning and recording logs daily from November 18th, 2023. It includes programming and studying English.

Topics

Resources

Stars

Watchers

Forks