What does ".then" mean in JavaScript? Consider this snippet of code: return ajaxService.request('post', 'api/{ticketId}/alt-forms/getSatelliteMapUrl', geoCodedata, { failureMessage: 'Failed to Geocode SatMap/PDF'}) .then(function (satelliteMapData, data) { Is the […] See original post by invalid@example.com (xarzu)