ajax({ url: 'https://en.wikipedia.org/w/api.php', dataType: 'jsonp', data: { action: 'opensearch', format: 'json', search: term } }).promise(); }Once that is created, we can tie together the distinct throttled input and query the service. In this case, we'll call flatMap...