Javascript Function to Print the Number of Days in a Month
To print the number of days in a given month, we can use the getDate() javascript function. This will returns the…
To print the number of days in a given month, we can use the getDate() javascript function. This will returns the…