top of page
Search
Rajesh Singh
Aug 31, 20221 min read
Switch Statement in Java Script
Switch Statement: A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case...
86 views0 comments
Rajesh Singh
Feb 11, 20222 min read
What is CSS and its types with Examples?
CSS stands for Cascading Style Sheet. A CSS files allows us to style for HTML Content. We can present the content on our website with...
2,774 views1 comment
Rajesh Singh
Oct 4, 20211 min read
Java Script program to add, subtraction,multiplication, division and modulus of two Numbers
<html> <head> <title> Java Script program to add, subtraction,multiplicaion and division of two Numbers</title> <script...
444 views8 comments
Rajesh Singh
Oct 3, 20211 min read
Java Script program to find simple interest
<html> <head> <title> form event</title> <script language="javascript"> function si(fnm) { P=fnm.t1.value R=fnm.t2.value T=fnm.t3.value...
168 views0 comments
Rajesh Singh
Sep 23, 20211 min read
If else if statement in Java Script with Examples
If Statement: If statement is execute when condition is true. If condition is not satisfied then statement is not execute. It means we...
214 views0 comments
bottom of page