Tag: typescript
-
#01 – Introduction – TypeScript
What is TypeScript? TypeScript is a typed super-set of JavaScript It means that any JavaScript code is a legal TypeScript code Also we can write any JavaScript code in a Typescript file (.ts) without any error It add rules about how different type of values can be used It preserves the run-time behavior of JavaScript…