TypeScript bootcamp · Lab 01

Hello, TypeScript

easyOutput5 minLesson: Output

Read the question, write TypeScript on the right, then Run or Check.

QuestionHint and solution stay closed until you open them

Log exactly Hello, TypeScript.

Examples

Example 1
Input
(none)
Output
Hello, TypeScript
Hint
  1. console.log("Hello, TypeScript");
Show correct code

Peek only after you have tried. You can still Check your own version.

console.log("Hello, TypeScript");
main.tstsc · readLine() · Ctrl + Enter
ResultIdle
Run to see output. Check grades the tests.