Obtenir le Qouentant d'un nombre en JavaScript

var div = Math.trunc(y/x);
var rem = y % x;
Spotless Stork