Program 1

Write a JavaScript function to convert the temperature value from Celsius to Fahrenheit. Assume that the temperature value is 100

Program 2

Find the area of a triangle where lengths of the three of its sides are 5, 6, 7

Program 3

Check whether a given year is a leap year in the Gregorian calendar

Program 4

Write a JavaScript program to calculate days left until next Diwali.

Program 5

Write a JavaScript program to get the website URL (loading page).

Program 6

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

Program 7

Check whether a given positive number is a multiple of 3 or a multiple of 7

Program 8

Write the JavaScript code to enter the month number and display respective month name and days

Program 9

Write a program to check for vowel characters, spaces and consonantants using switch statement.

Program 10

Write a program to check for vowel characters, spaces and consonantants using switch statement.