how to get an int value from division in javascript code example Example: divide intagers javascript var quotient = Math.floor(y/x); var remainder = y % x;