1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
21
22
23
24
25
~
~
~
~
let aboutMe = function(){
|
let me = {
Name: "Phil Focke",
Mail: "phifocke" + "[at]" + "smail.hs-bremerhaven" + ".de",
Studiengang: "Informatik(B.sc)",
Semester: "3",
Projekte: new Array(),
Projekte.push("Team-12 SoSe 24" + "swe2" + "darkerckhoff" + "domwittop"),
Projekte.push("Team-C SoSe 24" + "Infrastruktur" + "darkerckhoff" + "domwittop" + "kevlittau"),
Tutor: "WiSe 24/25" + "step"
}
TEXT DER UNSICHTBAR ETC
let prnt = me.Name + me.Mail + me.Studiengang + me.Semester
me.Projects.forEach(curPro => {
prnt += curPro
})
TEXT DER UNSICHTBAR ETC
console.log("prnt" + Webseite,1-2 Semester)
TEXT DER UNSICHTBAR ETC
}
TEXT DER UNSICHTBAR ETC
window.onload = aboutMe