Skip to content

Learn Typescript on-the-go, small and easy typescript examples for beginners.

Notifications You must be signed in to change notification settings

ayushchauhan101/easy-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-typescript

Learn Typescript on-the-go, small and easy typescript examples for beginners.

Simple and easy to understand typescript codes

There are incremental updates starting from simple codes. Copy and paste from steps directory to index.ts before running.


To start this project:

  • Clone this repo
git clone https://github.com/ayushchauhan101/easy-typescript.git
  • Install the whole repo
npm install
  • Run the project
npm run start

basic understanding

  • Syntax: variable_name : type = value
const var_name: string = "this is a value"

Content:

Starting and typescript config

Part:

  1. Basic usage and understanding
  2. Generics
  3. Types and it's uses
  4. Tuples and Enums
  5. Functions and Objects

This is an ongoing project and the maintainer appreciate any and all input, issues, discussions as well as PR(Pull Request)

About

Learn Typescript on-the-go, small and easy typescript examples for beginners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published