top of page
Search
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 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...
The Tech Platform
Sep 13, 2022
Difference between Iframe and Script?
What is Iframe? An Iframe also called as Inline frame, is a HTML element that loads another HTML page within the document. It essentially...
The Tech Platform
Sep 8, 2022
Program to check if the String is Empty or not in JavaScript
There are a number of reasons why you might need to check if a string is empty or not. One of the most important reasons is when you're...
The Tech Platform
Sep 8, 2022
What is NestJS? Why Developers should choose NestJS?
NestJS is open-source framework for creating compelling backend system. In this article, learn NestJS, Features of NestJS and Why developers
The Tech Platform
Jul 7, 2022
What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...
The Tech Platform
Jul 4, 2022
Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...
The Tech Platform
Jun 27, 2022
AJAX Tutorial - What is AJAX and How it Works?
AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. It is a technology for developing better, faster and...
The Tech Platform
Jun 22, 2022
Introduction to Duck Typing in TypeScript
What is Duck Typing? Duck Typing is usually used in code that needs to handle a range of different data, often without knowing exactly...
The Tech Platform
Jun 16, 2022
How to Use Decorators in JavaScript?
JavaScript Decorators are a powerful design pattern that enables the addition of behavior to an individual object, whether in a static or...
bottom of page