https://github.com/shubhambansal1997/learn-typescript
This repo contains some basics of the typescript (primarily for js developers)
https://github.com/shubhambansal1997/learn-typescript
js learn md tutorial typescript typescript2
Last synced: about 2 months ago
JSON representation
This repo contains some basics of the typescript (primarily for js developers)
- Host: GitHub
- URL: https://github.com/shubhambansal1997/learn-typescript
- Owner: ShubhamBansal1997
- Created: 2018-10-05T13:41:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T13:51:25.000Z (over 6 years ago)
- Last Synced: 2025-04-05T16:48:14.724Z (about 2 months ago)
- Topics: js, learn, md, tutorial, typescript, typescript2
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basics of TypeScript
20 mins read to be understand the basics of TypeScript- [What & why](WhatWhy.md)
- [Environment setup](Environment.md)
- [Variable Declarations](VariableDeclarations.md)
- [Variable Types](VariableTypes.md)
- [Functions](Functions.md)
- [Interface](Interface.md)
- [Class](Classes.md)
- [Access Modifiers](AccessModifiers.md)Note: If you found any bugs or see a scope of improvement please raise a pull request
Built with ♥