Javascript Set A
Javascript Set A
Output :
2. Write a java script code to accept a number from user and write a function to calculate sum of all
odd digits of that number.
Output :
3. Write a JavaScript code to accept date from the user. If date entered by the user is 1st January
then Print―Happy New Year, if 25th December then Print―Merry Christmas, if 14th January then
Print―Happy Makarsankranti, otherwise Print―Have a Good Day message.
Output :
4. Write a JavaScript code to accept birth-date and print the age of a user.
5. Write a java script program to accept a string from user and display the count of vowel characters
from that string.
Output :
6. Write a java script code to accept a sentence from the user and alters it as follows: Every space
should be replaced by ‘#’ and digits should be replaced by ‘$’.
Output :
7. Write a JavaScript function to perform following string functions: indexof, lastindexof, search and
replace.
Output :