An open API service indexing awesome lists of open source software.

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)

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 ♥