About Me
Passionate developer and evangelist
Have worked with JavaScript,TypeScript, C#, Java, and ahandful of other languages
So... What is TypeScript?
Open-source language
Superset of JavaScript
Adds ES6+ features
Adds optional static typing
A Productivity Tool
To help you write better JavaScript
We don't need no stinking types in JavaScript!
There are already types in JavaScript!
- boolean
- number
- string
- object
- undefined
Types are not exposed through the language.
TypeScript provides a gradual typing system for typing where you need it.
Why?
Sometimes JavaScript projects start small...
Why?
Low barrier to entry
Your existing JavaScript code is already valid TypeScript
Enough talk, let's see code!
The End
https://github.com/joeskeen
https://hackhands.com/joeskeen
Using TypeScript
in your JavaScript projects
By Joe Skeen / @joeskeenjr