JavaScript passe ceci au rappel

makeHTTPRequest('GET', 'http://youramazingapi/money_makers.php').then(function(data){
    this.shakeThose.push(data);
}.bind(this));
Grepper