I have a homework where Im supposed to create a javascript function that shows the multiples of a number when setting limits for example:
showMultiples(13, 0, 500); and it will show me the multiples of 13 between 0 and 500. Im having problems creating the loop inside the function. any tips?