Let’s talk about types, Primitive types – Lesson 2

First Lesson was just a flash about TypeScript – today I will try to show you possible types and their valid and wrong values. From specification: TypeScript adds optional static types to JavaScript. Types are used to place static constraints on program entities such as functions, variables, and properties so that compilers and development tools […]

Let’s learn TypeScript – Lesson 1

Thanks to Javascript modern webpages are more interactive, more useful and more helpful – but JavaScript is not scripted Java … JavaScript does no have strong typing – is this advantage or disadvantage? It depends … For someone JS gives more freedom and faster way to code simple objects or arrays. It’s very nice for small […]