The mod operator calculates the modulo (remainder after division) of two integers.
mod
let result = mod(7, 4)