top of page
Search
The Tech Platform
Jun 30, 2023
TypeScript Set and TypeScript Weakset
TypeScript provides two powerful collection classes called Set and WeakSet, which allow you to work with unique sets of values in your...
The Tech Platform
Mar 21, 2023
Introduction to TypeScript Array
TypeScript is a popular programming language that is widely used for web development. One of the key features of TypeScript is its...
The Tech Platform
Mar 17, 2023
TypeScript 'forEach' Method
TypeScript is a superset of JavaScript that provides static type checking, which can help detect errors before runtime. It also supports...
The Tech Platform
Feb 7, 2023
How to use "map" object in TypeScript
What is Map in TypeScript? The Map is a built-in object in TypeScript that is used to store key-value pairs. It's similar to an object in...
Sofia Sondh
Jan 28, 2023
JavaScript vs TypeScript
In this article, we will learn the Similarities and the difference between JavaScript and TypeScript. JavaScript: JavaScript is a...
bottom of page