Skip to content

Instantly share code, notes, and snippets.

@jarodsim
Created December 24, 2020 19:26
Show Gist options
  • Save jarodsim/ec3631159fea5b5818e1b907c13918c7 to your computer and use it in GitHub Desktop.
Save jarodsim/ec3631159fea5b5818e1b907c13918c7 to your computer and use it in GitHub Desktop.
/** Type Inference */
let title = 'title'
title = 1 // dont work
title = 'lol' // work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment