Javascript

How to Merge Two JSON into One Array Object in JavaScript

Submitted by razormist on
Learn on how to create How to Merge Two JSON into One Array Object in JavaScript - A simple program that will dynamically merge the two JSON array into one array object. This is a useful program when you are working with an arrays in your working project. JavaScript Free Tutorial.

Simple Virtual Drum Kit App in JavaScript Free Source Code

Submitted by razormist on
Simple Virtual Drum Kit App in JavaScript Free Source Code - A simple application that can replicate the actual sound of a real drum virtually. You can play around the drum using the keyboard bindings. Try to play the drum and discover your talent as a drum beater. JavaScript Free Source Code.

How to Override an Object from Array of Objects in JavaScript

Submitted by razormist on
Learn on how to create How to Override an Object from Array of Objects in JavaScript. A simple program that let you override the current array object with a new set of array of object. This program is useful if you are working with arrays and want to update your current array objects. JavaScript Free Tutorial.

Display jQuery Ajax Progress using Bootstrap Progress Bar Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to Display jQuery's AJAX Progress using the Bootstrap Progress Bar. This tutorial aims to provide IT/CS students or those new programmers with a reference and guide to learn to enhance their JavaScript programming capabilities. Here, snippets with some explanation will be provided.

Simple Student Form Registration App in JavaScript Free Source Code

Submitted by razormist on
Simple Student Form Registration App in JavaScript Free Source Code - A simple registering program that can a store student data in a local storage. The user is allowed to update and delete the existing student information. JavaScript Free Source Code.

Creating a Desktop Notification using JavaScript Notification API Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to create a Desktop Notification using JavaScript Notification API. This tutorial aims to help IT/CS students or beginners learn some ways and techniques for developing web applications. Here, sample source code and snippets will be provided that demonstrates how to use JS Notification API and how to apply it to your own site or web application.

Simple Word Counter App in JavaScript Free Source Code

Submitted by razormist on
Simple Word Counter App in JavaScript Free Source Code - A simple program application that can count the characters you entered in the textbox. It can count the words, sentence, and even the paragraph. This is a useful tool if you want to know how well have been written. JavaScript Free Source Code.