Checks if the first numeric argument is divisible by the second one
isDivisible(6, 3); // true
Generated using TypeDoc
Checks if the first numeric argument is divisible by the second one
Example