//history.js

const position = "course instructor";

const type = "part time";

const timePeriod = "may 2023 - present";

const coursesITaught = ["Intro to JS","React.js","Front-end Level 1","Website with Tilda"];

//

const position = "course instructor";

const type = "part time";

const timePeriod = "november 2023 - march 2024";

const coursesITaught = ["Intro to Python"];

//

const position = "front-end developer";

const type = "full time";

const timePeriod = "january 2024 - october 2024";

//

const position = "course instructor";

const type = "part time";

const timePeriod = "september 2024 - present";

const coursesITaught = ["JS101", "Front-end Essentials"];