Javascript’s new ‘old school’ programming - Let’s typescript.

By Srushtika Neelakantam

Elevator Pitch

Javascript goes old school by adding a compilation step - welcome Typescript! This talk is all about why Typescript came into existence and how to Typescript your Javascript applications.

Description

Javascript has enjoyed it’s hipster level fan following for an exceptionally long time now, by allowing developers to dynamically type the variables. Over the years, this fanbase has only grown adding more and more functionality to JS with different frameworks. However, very recently, javascript was tried for an old school method of adding a compilation step and viola - it became an instant hit as it solved so many unwanted bugs due to dynamic typing. This talk will begin with understanding why and how Typescript came into existence and later go through some basics of writing code in Typescript.