TypeScript Quick Start Guide

Trey Huffine
Level Up Coding
Published in
5 min readAug 29, 2018

--

This article will show you how to quickly get up and running with TypeScript, and we will discuss the pros and cons of using TS. TypeScript is a superset of JavaScript and the TC39 standard. With TS, We are able to define both simple and complex static types for the variables in our code.

TypeScript is simply JavaScript with the optional addition of types for your variables. You can write in modern JavaScript…

--

--

Founder | Software Engineer. Building products that empower individuals.