Category TypeScriptPosted on September 1, 2021September 1, 2021Typescript – declaring function Hi, in this post we are going to see 5 ways that we can use to declare function types and the function paramaters. …
Category TypeScriptPosted on February 23, 2021February 23, 2021The object in Typescript – part 2 We can have a object literal or a class, like the follow examples in this post. …
Category TypeScriptPosted on December 1, 2020December 1, 2020The boolean type in TypeScript Hi in this post we are goin to see the "boolean" type in TypeScript and how can we use this type. …
Category TypeScriptPosted on December 1, 2020December 1, 2020The unknown type in TypeScript Hi in this post we are going to see how the "unknown" type works in TypeScript. …
Category JavascriptPosted on November 23, 2020November 23, 2020The any type in TypeScript Hi, in this post we are going to talk about the "any" type in TypeScript. …
Category JavascriptPosted on November 17, 2020November 17, 2020TypeScript inferring types Hi, in the last post we saw how to configure TypeScript in our project and in this post I wan to show you how TypeScript inferring types for us. …
Category JavascriptPosted on November 9, 2020November 9, 2020TypeScript configuration Hi in this post we are going to see how to configure TypeScript in our project! Yeah! …
Category JavascriptPosted on November 4, 2020November 9, 2020The TypeScript type system Hi, the Type system in TypeScript is a set of rules that a typechecker uses to assign types to your program. …
Category JavascriptPosted on November 3, 2020November 9, 2020What is the TypeScript Compiler (TSC)? In the last post we saw an introduction to TypeScript and in this post we are going to see what is the TypeScript Compiler and how this works. …
Category JavascriptPosted on November 2, 2020November 9, 2020Introduction to TypeScript Hi, in this post we are going to talk a brief introduction of Typescript. …