Open kurtishouser opened 2 years ago
Executing npx ts-node Exercise01.ts as instructed in the text will fail without an explicit return type. VS Code will flag it as well.
npx ts-node Exercise01.ts
Executing
npx ts-node Exercise01.ts
as instructed in the text will fail without an explicit return type. VS Code will flag it as well.