Loading...

Day: February 7, 2016

Getting Started With TypeScript

TypeScript is a superset of JavaScript which allows you to write either regular vanilla JavaScript, or, by following the syntactic grammar that TypeScript has developed. It allows you to write classes and functions short hand which is then compiled into robust and scalable JavaScript. If you would like to read through the documentation for typescript […]

Read more