learn-typescript icon indicating copy to clipboard operation
learn-typescript copied to clipboard

Learning TypeScript in Baby Steps

Results 23 learn-typescript issues
Sort by recently updated
recently updated
newest added

**let** message = " "; ![identifier expected error in app ts file](https://github.com/panaverse/learn-typescript/assets/159796130/3d3f7fc4-7957-4fc4-bf7d-b69cc51ee5bd)

Please support me ⭐⭐ πŸ™ everyone who's started this Creat files / program

Please update the readme Javascript Object const detail = { "name": "Vipin", "age": 21 }; JSON Object const detail = '{ "name": "Vipin", "age": 21 }'; JSON object is string....

Replaced Calculator by Todo List which was mistakenly put there.

This pull request is aimed at fixing a typo in the README file of the project. The title of the project was incorrectly mentioned as "Simple Command Line Calculator". However,...

It is necessary to understand following terms before start learning typescript; - Implicit Type Annotation - Infer Types - Explicit Type Annoation