In this repo, I begin my journey using TypeScript, exploring basics which include:
- Built-in types
- The any type
- Arrays
- Tuples
- Enums
- Functions
- Objects
- Node JS
- TypeScript, installed using
npm i -g typescript
. You can check if you have TypeScipt installed using the commandtsc -v
To contribute:
- Simply fork and clone this repository to create a local copy on your machine
- Navigate into this directory using your terminal/ cmd and compile the TypeScript code using
tsc
- Now run the emitted JavaScript file using
node dist/index.js