JavaScript Tutorial

How to Create an Email Validation Form in JavaScript

Submitted by razormist on
How to Create an Email Validation Form in JavaScript - A simple JavaScript program that can validate the email you have entered in the HTML form. This tutorial will show you simplest way of validating your email by using a special regex that will check the characters you entered. JavaScript Free Tutorial.

Creating a Random Number Generator App using HTML, CSS, and Vanilla JS

Submitted by oretnom23 on

In this tutorial, you can learn to create a simple Random Number Generator web application. The tutorial aims to provide the students and beginners with a reference for learning some CSS tricks and Vanilla JS techniques. Here, I will be providing some scripts that demonstrate the creation of a Random Number Generator. The complete source code zip file is also provided.