2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
Write a function that can do this:
What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
Do it in both JavaScript and PHP. Be sure to check the documentation for JavaScript and PHP functions that might be helpful to you in writing this function.