- Typescript (Node)
- open a terminal
- cd ./Typescript
- npm i
- npm start
- Typescript (Deno)
- Prerequisite
- Adjust imports to end in .ts
- open a terminal
- deno run --no-check
- Prerequisite
- Typescript
- In the helpers folder there are test functions that can be imported and customized for each problem
- Just run the ts file as usual using the test functions
- NB! at the end of each ts file use
export {}
in order to avoid a conflicts between functions