top of page
Search
The Tech Platform
Apr 25
What is a Moment.JS?
JavaScript and dates can be a tricky mix. Parsing formats, ensuring accuracy, and manipulating them smoothly often lead to complex code....
The Tech Platform
Jul 10, 2023
Tabulator: JavaScript Library
Tabulator JavaScript is a powerful JavaScript library that allows us to effortlessly create interactive tables in just a few seconds,...
The Tech Platform
Jun 2, 2023
Essential JavaScript Interview Questions and Answers
JavaScript Interview Questions and Answers Here we have some JavaScript Interview Questions and Answers which can be asked. These...
The Tech Platform
Sep 6, 2022
Which Programming Languages you should learn?
Which programming Language should I learn? JavaScript and Python, two of the most popular languages in the startup industry, are in high...
The Tech Platform
Sep 1, 2022
One-Liner code in JavaScript
JavaScript syntax and built-in methods allows you to cut down a lot of unnecessary lines in your code and write short, easily readable...
The Tech Platform
Aug 25, 2022
10 Console Methods in Javascript
In JavaScript, the console is an object which provides access to the browser debugging console. We can open a console in web browser by...
The Tech Platform
Aug 22, 2022
What is Promises in JavaScript?
What are JavaScript Promises? Promises are essential building blocks for handling asynchronous operations in JavaScript. In JavaScript, a...
The Tech Platform
Aug 19, 2022
Running JavaScript in WebAssembly with WasmEdge
JavaScript WebAssembly WebAssembly was initially conceived as a "JavaScript alternative for browsers" with the aim of enabling the...
The Tech Platform
Jul 29, 2022
Different ways to get the sum of arrays in JavaScript?
In JavaScript, array is a single variable that is used to store different elements. It is often used when we want to store list of...
The Tech Platform
Jul 28, 2022
map() vs filter() vs reduce() in JavaScript.
Map, reduce, and filter are all array methods in JavaScript. Each one will iterate over an array and perform a transformation or...
bottom of page