1.Write a JavaScript to display hello world.
2 Write a JavaScript program that display the use of multiline Comment.
3 Write JavaScript to demonstrate the use of different dialogue boxes. For example: write massages good morning, good bye etc, take value from alert, confirmation for any operation.
4 Write a JavaScript program to calculate area of circle.(3.14*r*r)
5 Write a JavaScript program to convert Celsius to Fahrenheit.((x*1.8)+32)
6 Write a JavaScript program to find factorial of a number.
7 Write a JavaScript program to find square and cube of number using function.
8 Write a JavaScript program to calculate multiplication table.
9 Write a JavaScript program to calculate simple Interest(p*r*n/100).
10 Write a JavaScript program to find prime number.
11 Write a JavaScript program to validate a form which consist of name, Age, address, email id, hobby(checkbox), gender(radio button), country (dropdown)
12 Create one form in which username must be 10 characterslong, last name must be 5 characters long, validate email address and also validate for nonempty (fields must not be blank) fields.
13 Create JavaScript program which have list of color indropdown menu, if user can select any color from dropdownmenu this color will set to the background of document.
14 Create JavaScript program to create mathematical calculator.(functionality-+,*,-,/)
15 Write a JavaScript program which displays an alert messageon MouseOver Event of an Image.
16 Write a JavaScript program to change text from Uppercase toLowercase.
17.Display a clock using Date object.
18.Sort N integer using Array object.
19.Convert Celsius to Fahrenheit using math object.
20.Display no of form of an image using document object.
21.Display Key name on a key pressed using Event object.
22. Write a JavaScript code which return today’s date including date and Time.
23.Write JavaScript code to display happy new year in status bar.
2 Write a JavaScript program that display the use of multiline Comment.
3 Write JavaScript to demonstrate the use of different dialogue boxes. For example: write massages good morning, good bye etc, take value from alert, confirmation for any operation.
4 Write a JavaScript program to calculate area of circle.(3.14*r*r)
5 Write a JavaScript program to convert Celsius to Fahrenheit.((x*1.8)+32)
6 Write a JavaScript program to find factorial of a number.
7 Write a JavaScript program to find square and cube of number using function.
8 Write a JavaScript program to calculate multiplication table.
9 Write a JavaScript program to calculate simple Interest(p*r*n/100).
10 Write a JavaScript program to find prime number.
11 Write a JavaScript program to validate a form which consist of name, Age, address, email id, hobby(checkbox), gender(radio button), country (dropdown)
12 Create one form in which username must be 10 characterslong, last name must be 5 characters long, validate email address and also validate for nonempty (fields must not be blank) fields.
13 Create JavaScript program which have list of color indropdown menu, if user can select any color from dropdownmenu this color will set to the background of document.
14 Create JavaScript program to create mathematical calculator.(functionality-+,*,-,/)
15 Write a JavaScript program which displays an alert messageon MouseOver Event of an Image.
16 Write a JavaScript program to change text from Uppercase toLowercase.
17.Display a clock using Date object.
18.Sort N integer using Array object.
19.Convert Celsius to Fahrenheit using math object.
20.Display no of form of an image using document object.
21.Display Key name on a key pressed using Event object.
22. Write a JavaScript code which return today’s date including date and Time.
23.Write JavaScript code to display happy new year in status bar.
Comments
Post a Comment