Makeinfo Blog

Makeinfo Blog

Follow
homeMakeinfoYoutubeFree ToolsWorkConnect360
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

How to Convert a UTC Time to Date String Format in Javascript

Mar 15, 2023

In JavaScript/Typescript, it is possible to convert a UTC time in ISO 8601 format to a date string in the "yyyy-mm-dd" format using built-in methods....

How to Convert a UTC Time to Date String Format in Javascript

Interface in Typescript with Examples

Jan 25, 2023

An interface in TypeScript is a contract that defines the structure of an object. It specifies the properties and methods that an object should have,...

Interface in Typescript with Examples

Difference Between Interface and Type in Typescript

Jan 25, 2023

In TypeScript, both interfaces and types serve similar purposes: they define the structure of an object. However, there are some key differences...

Difference Between Interface and Type in Typescript