Articles in this series
Let's get started with some quick guide to Typescript. ЁЯУМ Introduction Typescript is superset of Javascript which means it is an extension of Javascript, adding new features and syntax on top of the core language. Typescript is a strongly typed, obj...
In the previous blog, we discuss some cool features of typescript. Let's continue our journey with typescript. ЁЯУМ DOM Interactions We can use typescript to interact with the DOM. Working with DOM in typescript is as similar as in javascript. We can s...