Enum in TypeScript
Enumeration (or enum) allow us to define a set of named constants. TypeScript supports 3 types of enums as well
Continue readingType Script
Enumeration (or enum) allow us to define a set of named constants. TypeScript supports 3 types of enums as well
Continue readingTypescript provides Array data structure consisting of a collection of elements. Declaration and Initialization Multi Type Array : In typescript
Continue readingWhat is TypeScript ? TypeScript is a typed superset of JavaScript that compiles to JavaScript. TypeScript is ECMAScript 6 (ES6) with
Continue reading