Last updated 4 years ago
Was this helpful?
const isDivisible = (wallLength, pixelSize) => wallLength % pixelSize === 0;