Skip to content

daimessdn/learning-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-tutorial

| overview | using-ts | index | add |

overview

My repository of learning TypeScript...

learning journal

It is saved on ts directory. Here is the file journal

using-ts

This file describes as a starter of the tutorial, which file uses to validate type of HTML input value to add 2 numbers that validates function input.

index

This file describes how to write basic TypeScript file using console.log and compile TypeScript using tsc on Terminal

add

This file describes how to use TypeScript types (i.e. number) to add 2 numbers.

add2

Same with add, this file shows how to use TypeScript core types (number, string, and boolean)

Releases

No releases published

Packages

No packages published