Developing for Office, Office 365, and SharePoint

OST02 TypeScript for SharePoint Developers

11/14/2017

9:15am - 10:30am

Level: Intermediate

Rob Windsor

Lead Consultant

PAIT Group / eXtaCloud

TypeScript is a new language and toolset designed to make JavaScript coding feel more familiar to developers used to working with statically-typed languages. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript adds optional static types, classes, and modules to JavaScript to enable great tooling and better structuring of large JavaScript applications. This session introduces TypeScript and shows how it can be used in SharePoint Apps and Solutions.

You will learn:

  • About TypeScript
  • Basic use of TypeScript
  • How to use TypeScript with SharePoint