0% found this document useful (0 votes)
4 views1 page

JavaScript Programming Basics Guide

Uploaded by

pahadigamars
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

JavaScript Programming Basics Guide

Uploaded by

pahadigamars
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1. Write a program to print “Hello World” using JavaScript.

2. Write a program to display output using [Link]().

3. Write a program to display output using [Link]().

4. Write a program to demonstrate arithmetic operators.

5. Write a program to check whether a number is even or odd.

6. Write a program to find the largest of three numbers using

conditional statements.

7. Write a program to print numbers from 1 to 10 using a loop.

8. Write a program to find the factorial of a number using a loop.

9. Write a program to display an alert box.

10. Write a program to take input using a prompt box.

11. Write a program to demonstrate onclick event.

12. Write a program to create and call a user-defined function.

You might also like