Bernd Martin Paulus

Bernd Martin Paulus

BR24 Embedded Engineer

class Entwickler {

constructor(vorname, nachname){

this.vorname = vorname;

this.nachname = nachname;

this.funktion = "BR24 Embedded Engineer";

}

vorstellen(){

return `Hallo Besucher, ich bin ${this.vorname} ${this.nachname} und der ${this.funktion}. Ich helfe in der BR24 Redaktion mit allem was mit der Entwicklung von Software zu tun hat. Manchmal baue ich Webspecials. An anderen Tagen Tools für das Redaktionsteam. Oder ich stehe mit meinem Wissen um Softwareentwicklung als Experte zur Verfügung.`

}

}

const bernd = new Entwickler ("Bernd Martin", "Paulus");

Alle Inhalte von Bernd Martin Paulus

0 Beiträge