Skip to content

Instantly share code, notes, and snippets.

@mredem96
Created February 11, 2019 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mredem96/f53e914e3bd94204e123558d17ee9fa0 to your computer and use it in GitHub Desktop.
Save mredem96/f53e914e3bd94204e123558d17ee9fa0 to your computer and use it in GitHub Desktop.
Rather than type system guess which type this variable should be we can provide type for a variable
let age:number=22 // ":" this is called type annotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment