how to create modulo function in javascript that works like googles code example Example: modulus js console.log(10%3); //returns 1 (the remainder of 10/3)