Description: Returns the remainder of dividing the first number by the second.

Example #

let result = 17 % 5  // result = 2