Objet JavaScript à params String

var queryString = Object.keys(params).map(key => key + '=' + params[key]).join('&');
Bright Booby