Ad
Code
Diff
  • isDivisible = (n, x, y) => n % x == 0 && n % y == 0;
    
    • const isDivisible = (n, x, y) => n % x == 0 && n % y == 0;
    • isDivisible = (n, x, y) => n % x == 0 && n % y == 0;