//history.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"];