Set value to first integer greater than or equal to integer a that is divisible evenly by integer b.

javascript programming
exercise: loops 02