Posts from JavaScript

Build a Piano using Html, CSS and JavaScript

By Anil Kumar Sharma

In this tutorial, we’ll learn how to build a piano from scratch using simple HTML, CSS, and JavaScript. Firstly, we’ll structure our web app using HTML. We’ll use.... Read More

Strings in JavaScript with examples

By Anil Kumar Sharma

Today, we are going to learn about strings in JavaScript. What are the Strings? Strings are used for storing character-based data which we can manipulate also. Basically, it is the.... Read More

How To Handle Errors In JavaScript

By Anjan Nair

Finding and squashing bugs in complex codes sometimes is a really tedious task. Each code line needs to be analyzed to find the error. Instead of doing so, JavaScript has an easy y.... Read More

Check For Safe Links With Nodejs and VirusTotal

By Anjan Nair

In this tutorial, you will learn to check for the safety of links with Node.js and VirusTotal. VirusTotal is used to analyze suspicious files and URLs to detect types of malware. V.... Read More

How to fetch data from public API using JavaScript?

By Anil Kumar Sharma

In this tutorial, we will learn how to fetch data from public API in JavaScript. What is the use of an API? Basically, API specifies how two-component should interact with each oth.... Read More

Time Events in JavaScript with example – Create Stopwatch

By Anil Kumar Sharma

In this tutorial, we will learn how to create a digital stopwatch in JavaScript using time events. What are time events in JavaScript Timing events allow you to execute a particula.... Read More

How To Add Elements In JSON Array Using JavaScript

By Anjan Nair

In this tutorial, you will learn how to add elements in JSON array using JavaScript. JSON short for JavaScript Object Notation is a text-based representation of structured data. JS.... Read More

Dynamic Prefixes In Discord Bots Using Memjs and Heroku

By Anjan Nair

Small Discord bots often hosted on platforms such as Heroku do not have the flexibility to change their command prefixes. Command prefixes examples of Discord bots are !, ?, > e.... Read More

Related Posts