News

In last month's column, I walked through the two syntaxes for defining "function datatypes" in TypeScript. I showed the JavaScript-like syntax, which looks like this: var FirstName: (cust: Customer) ...