Skip to content

Instantly share code, notes, and snippets.

@nalendro16
Last active April 10, 2022 12:40
Show Gist options
  • Save nalendro16/5ddd74857802286db730af0d8fc2ace7 to your computer and use it in GitHub Desktop.
Save nalendro16/5ddd74857802286db730af0d8fc2ace7 to your computer and use it in GitHub Desktop.
medium
let character: string
let age: number
let isLoggedin: boolean
character = 'agung'
age = 23
isLoggedin = true
@nalendro16
Copy link
Author

this is how basic variable assigned in typescript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment