Write a JavaScript function to convert the temperature value from Celsius to Fahrenheit.
Assume that the temperature value is 100
Find the area of a triangle where
lengths of the three of its sides are 5, 6, 7
Check whether a given year is a leap year
in the Gregorian calendar
Write a JavaScript program to calculate days left
until next Diwali.
Write a JavaScript program to get the website
URL (loading page).
Write a JavaScript program to compute the sum of the two given integers. If the two values are same,
then returns triple their sum.
Check whether a given positive number is a
multiple of 3 or a multiple of 7
Write the JavaScript code to enter the month number and
display respective month name and days
Write a program to check for vowel characters, spaces and
consonantants using switch statement.
Write a program to check for vowel characters, spaces and
consonantants using switch statement.