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) ...
An introduction to the Chakra JavaScript engine and how it can be used within a Windows 10 app to execute JavaScript.
JavaScript can be a boon if used with care—or a bane if used recklessly. Here are the 10 JavaScript concepts you’ll need to write scalable code in Node.js.