JirkaDellOro / Softwaredesign

Modul "Softwaredesign": Lektionen und Übungsaufgaben
12 stars 12 forks source link

Durchsicht Jirka Lektion 07 #41

Open JirkaDellOro opened 4 years ago

JirkaDellOro commented 4 years ago

https://github.com/JirkaDellOro/Softwaredesign/blob/master/L07_Modularisierung/TypeScript/readme.md#reuquirejs

var myVariable = require("/.nameOfTheFile");

wirklich so oder nicht eher so

var myVariable = require("./nameOfTheFile");

-->fixed!

JirkaDellOro commented 4 years ago

https://github.com/JirkaDellOro/Softwaredesign/blob/master/L07_Modularisierung/TypeScript/readme.md#webpack

Beispielcode zweite Zeile: String groß?

-->fixed!