• Checks if the first numeric argument is divisible by the second one

    Example

    isDivisible(6, 3); // true
    

    Parameters

    • dividend: number
    • divisor: number

    Returns boolean

Generated using TypeDoc