Skip to content

Instantly share code, notes, and snippets.

@rbiggs
Created October 12, 2019 03:47
Show Gist options
  • Save rbiggs/bd4ffc31aa3edf7fd852ab769710410b to your computer and use it in GitHub Desktop.
Save rbiggs/bd4ffc31aa3edf7fd852ab769710410b to your computer and use it in GitHub Desktop.
// With type linting this variable will be considered of type 'string':
const name = 'Joe'
// With type linthing this variable will be considere of type 'number':
const age = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment