JavaScript Taskbook Level 4.4
Create a function that takes a number as a parameter and returns the number of its divisors.
Make a function that takes a date as a parameter and returns the zodiac sign corresponding to that date.
Make a function that takes a number as a parameter and returns an array of its divisors.
Make a function that takes a number as a parameter and checks whether it is prime or not.
Make a function that takes a number as a parameter and removes even digits from it.
Create a function that will fill an array of N random numbers from a given range.