0% found this document useful (0 votes)
11 views

Js Practice 17-10-2024

Uploaded by

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

Js Practice 17-10-2024

Uploaded by

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

1.

Write a JavaScript program to display the current day and time in the following
format
Sample Output : Today is : Tuesday.
Current time is : 10 PM : 30 : 38

2. Write a JavaScript program to find the area of a triangle where three sides are
5, 6, 7.

3. Write a JavaScript program to find out if 1st January will be a Sunday between
2014 and 2050.

4. Write a JavaScript program to calculate multiplication and division of two


numbers (input from the user).

5. Write a JavaScript exercise to get the filename extension.

6. Write a JavaScript program to compute the sum of the two given integers. If the
two values are the same, then return triple their sum.

7. Write a JavaScript program to check whether a given integer is within 20 of 100


or 400

8. Write a JavaScript program to remove a character at the specified position in a


given string and return the modified string.

9. Write a JavaScript program to create another string from a given string with the
first character of the given string added to the front and back.

10. Write a JavaScript program to find the closest value to 100 from two numerical
values.

You might also like