Last active
April 10, 2022 12:40
-
-
Save nalendro16/5ddd74857802286db730af0d8fc2ace7 to your computer and use it in GitHub Desktop.
medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let character: string | |
let age: number | |
let isLoggedin: boolean | |
character = 'agung' | |
age = 23 | |
isLoggedin = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is how basic variable assigned in typescript