Java Script Assignment
Java Script Assignment
Current time is : 10 PM : 30 : 38
Expected Output :
4. Write a JavaScript program to find the area of a triangle where lengths of the three of its sides are 5,
6, 7.
5. Write a JavaScript program to rotate the string 'uuresource' in right direction by periodically removing
one letter from the end of the string and attaching it to the front.
6. Write a JavaScript program to determine whether a given year is a leap year in the Gregorian
calendar.
7. Write a JavaScript program to find 1st January is being a Sunday between 2014 and 2050.
8. Write a JavaScript program to calculate multiplication and division of two numbers (input from user).