TypeScript
March 2, 2026 ยท View on GitHub
:hammer: Definition
Let's explore the differences between TypeScript and JavaScript.
TypeScript Resources
- TypeScript Github Repository
- Get Started and Handbook sections of TypeScript Documentation
- TypeScript PlayGround
- JavaScript Mozilla Tutorial
TypeScript Setup
:construction_worker: Task
Create one pull request for your project according to Task Submission Guidelines.
Reimplement fatorial function with typescript types.
Use can use Typescript Example Project as template.
Run the action with unit tests successfully.