Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 735 Bytes

File metadata and controls

21 lines (14 loc) · 735 Bytes

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)