Its a training plattform for Typescript
First install Typescript on your PC global with npm install -g -D typescript
and install ts-node with npm install -g ts-node typescript '@types/node'
To start the file write ts-node filname.ts
in the terminal