layout page title % (Modulo Operator) description Returns the remainder of dividing the first number by the second. Description: Returns the remainder of dividing the first number by the second. Example let result = 17 % 5 // result = 2