Jatin Sharma
Jatin's Blog

Jatin's Blog

Follow
Follow
homeCSS BattleChrome ExtensionsCSS Flagnewsletter
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

Typescript: Interface

May 10, 20234 min read

In this article, you'll learn about what interface are and how to use them, along with the difference between type and interface. This article gives...

Typescript: Interface

Typescript: Enums

Mar 12, 20233 min read

In this article, you'll learn about what enums are and how you can use them in your projects. Enums, short for Enumerated Types. This is going to be...

Typescript: Enums

Typescript: Array & Tuples

Feb 8, 20235 min read

In this article, We are going learn about how you can use type in Array and there is a special thing that is Read only Array. In which you can't...

Typescript: Array & Tuples

Typescript: Type Aliases and Union

Jan 24, 20237 min read

In this article, you will learn about Type Aliases and how you can define your own types in typescript and use that in functions or classes as well....

Typescript: Type Aliases and Union

Typescript: Functions

Jan 4, 20236 min read

In this article, we are going learn about How you can use typescript in functions. And How to restrict the function to take different types of values...

Typescript: Functions

Typescript: Types

Dec 31, 20224 min read

In this article, we are going to learn about how we will use typescript to make sure that variable type is secure and no other value can manipulate...

Typescript: Types