How I can check if number Multiple of 100 in JavaScript?
I need a function that takes an integer and returns true if it's divisible by 100, otherwise, return false.
I need a function that takes an integer and returns true if it's divisible by 100, otherwise, return false.