JavaScript Tutorial

Detecting Keyboard Pressed Key and Code using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to Detect the Pressed Key and Code of the Keyboard using JavaScript. The tutorial aims to provide students and new programmers with a reference for learning some useful techniques that might help them to achieve the requirements of their current or future projects. Here, I will be providing simple web page scripts that demonstrate the main goal of this tutorial.

Creating an Input Password Visibility Toggle (Show/Hide) using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to create an Input Password Visibility Toggle (show/hide) using CSS and Pure JavaScript. The tutorial aims to provide students and beginners with a reference for learning to create some useful components such as the password visibility toggle for websites or web applications. Here, I will be providing a simple web page script that I created that demonstrates the creation of an Input Password Visibility Toggle.

How to Populate Textarea using Drag and Drop in JavaScript

Submitted by razormist on
How to Populate Textarea using Drag and Drop in JavaScript - A simple JavaScript program that use the drag and drop feature to populate the html textarea. This tutorial will show you how to integrate the drag and drop function to a certain event that involve of transferring of data. JavaScript Free Tutorial.

Creating a Custom Testimonial Slider using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to create a Custom Testimonial Slider using HTML, CSS, and JavaScript. The tutorial aims to provide students and beginners with a reference for learning to build useful websites or web application components. Here, I will be providing a sample web page script that demonstrates the creation of a custom testimonial slider component.

How to Generate a Random Password for Multiple User in JavaScript

Submitted by razormist on
How to Generate a Random Password for Multiple User in JavaScript - A simple JavaScript program that can generate a random password for all users instantly. This tutorial will show you the fastest way of generating a random password for all your users. JavaScript Free Tutorial.