top of page
Search
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...
The Tech Platform
Jan 20, 2023
Enumeration in JavaScript
In JavaScript, enumeration is the process of iterating over the properties of an object or elements in an array. enumeration refers to...
The Tech Platform
Jan 16, 2023
Best Programming Languages for Data Science
Data Science Programming Languages spell productivity and the ability to store data in large chunks. The realm of data science comes with...
The Tech Platform
Dec 19, 2022
Coding Apps for Beginners
Coding is important for students because it helps to increase confidence. Because coding empowers students with applicable skills such as...
The Tech Platform
Dec 19, 2022
JavaScript Animation Libraries
An animation library is a collection of pure CSS animations. You can override the animation class name for an object to make it animate....
The Tech Platform
Dec 7, 2022
Top Algorithm everyone should learn
An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that...
The Tech Platform
Dec 7, 2022
Java Program to check whether given string is Pangram or Not?
What is Pangram? A pangram is a sentence using every letter of a given alphabet at least once. Pangrams have been used to display...
The Tech Platform
Nov 22, 2022
Program to find a word in JavaScript
This article will show you the steps to find a word from a given string in JavaScript using search_word Code: function search_word(text,...
The Tech Platform
Nov 22, 2022
Best Software Engineering Books (2023)
Software engineering is a branch of computer science and a wing of engineering connected to the growth and development of computer...
The Tech Platform
Nov 21, 2022
Arrow Function vs Regular Function in JavaScript
JavaScript provides two main ways to define functions: arrow functions and regular functions. Both serve the purpose of executing a block...
bottom of page