top of page
Search
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...
Rajesh Singh
Aug 31, 20221 min read
86 views
0 comments
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...
Rajesh Singh
Feb 11, 20222 min read
2,777 views
1 comment
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...
Rajesh Singh
Oct 4, 20211 min read
457 views
8 comments
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...
Rajesh Singh
Oct 3, 20211 min read
169 views
0 comments
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...
Rajesh Singh
Sep 23, 20211 min read
216 views
0 comments
bottom of page