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

External Practical Questions

The document outlines a series of tasks for developing various JavaScript functionalities, including sorting arrays, handling events, and form validation. It also includes creating interactive web elements like slideshows, menus, and rollover effects. Additionally, it emphasizes the use of JavaScript for object manipulation, loops, and regular expressions for validation purposes.

Uploaded by

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

External Practical Questions

The document outlines a series of tasks for developing various JavaScript functionalities, including sorting arrays, handling events, and form validation. It also includes creating interactive web elements like slideshows, menus, and rollover effects. Additionally, it emphasizes the use of JavaScript for object manipulation, loops, and regular expressions for validation purposes.

Uploaded by

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

1. Develop a JavaScript to sort of array element in ascending and descending order.

2. Develop JavaScript to demonstrate calling of function from html and demonstrate


the use of local and global variable.
3. Develop a simple JavaScript to demonstrate the use of switch case statement.
4. Develop a simple JavaScript to demonstrate the use of associative array.
5. Develop a simple JavaScript to implement any 6 string methods.
6. Develop a student registration form using different form elements. (include min 6)
7. Develop JavaScript to demonstrate different mouse events.
8. Develop JavaScript to demonstrate different key events.
9. Develop a JavaScript to implement read-only and disable property.
10. Develop a webpage for creating and reading session cookie. (session and

persistent).
11. Develop JavaScript to check given phone no is valid or not using regular

expression.
12. Create a webpage with rollover effect.

13. Develop JavaScript to create simple pull down menu.

14. Create slide show with group of 4 images.

15. Develop a simple JavaScript that displays the Banners in which it slides from one

banner to another.
16. Develop a simple JavaScript for linking Banners advertisement to URL.

17. Develop a JavaScript in which when user rolls over the name of fruit the

corresponding image should be displayed. (Text rollover).


18. Develop a JavaScript to implement browser location attributes.

19. Develop JavaScript to check validation for word boundary using regular

expression.
20. Develop JavaScript to create object and display the properties of object.

21. Develop JavaScript to find greatest of 3 numbers. Take the 3 numbers as input

from the user.


22. Develop JavaScript to implement while and do- while loop.

23. Develop JavaScript to open new window and create a webpage in it.

You might also like