joyonto kumar roy

joyonto kumar roy @joyontokumar

About: Front End Engineer

Location:
Bangladesh
Joined:
Jun 24, 2019

joyonto kumar roy
articles - 5 total

The number type in TypeScript.

In TypeScript, number is a primitive type that can hold all kinds of numbers including integers,...

Learn More 1 1Jun 29

The string type in TypeScript.

The string type is a primitive type that holds a text value. In TypeScript, the string type is a type...

Learn More 1 1Jun 28

TypeScript Types — Everything at a Glance

TypeScript is a layer on top of JavaScript that brings type safety to our code. This helps catch...

Learn More 1 0Jun 28

What is TypeScript? Explain with a simple real-life example.

When people hear “TypeScript,” many assume that you need to know programming to understand it. But...

Learn More 1 2Jun 28

Complete TypeScript Setup Guideline

1. Install Node.js and npm To run TypeScript, you must have Node.js and its package manager npm...

Learn More 1 1Jun 27