Peter starts integrating a TypeScript client-side object with a server-side Web API service. Along the way, he looks at method overloading (not good), making JSON calls (good), testing asynchronous ...
With the TypeScript version of the code, the IntelliSense list for the dbs variable has three items: The three methods I can call from an IDBFactory. With the JavaScript code, the dbs variable's ...