| overview | using-ts | index | add |
My repository of learning TypeScript...
It is saved on ts
directory. Here is the file journal
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.
This file describes how to write basic TypeScript file using console.log
and compile TypeScript using tsc
on Terminal
This file describes how to use TypeScript types (i.e. number
) to add 2 numbers.
Same with add
, this file shows how to use TypeScript core types (number
, string
, and boolean
)