This document discusses using web services in JavaScript. It summarizes how Yahoo Query Language (YQL) can be used to simplify accessing and combining multiple web APIs. YQL allows web services to be accessed like databases, avoiding complex asynchronous code. Examples show how to get distance between places, translate tweets, and find keywords for a location. Caching responses locally for faster loading is also covered. Developers can expose their own APIs through YQL by writing executable tables. The document encourages reuse of web data and building on existing services through YQL.