ShareCopy to ClipboardRawPreviewconst isDivisible = (dividend: number, divisor: number) => dividend % divisor === 0; Is divisible00gioyikCodiga's TypeScript RecipesChecks if the first numeric argument is divisible by the second one.0 CommentsAdd CommentLog in to add a comment