Skip to content

Instantly share code, notes, and snippets.

View nalendro16's full-sized avatar
🎯
Focusing

nalendro nalendro16

🎯
Focusing
View GitHub Profile
interfaces ItemProps {
name: string,
id: number
active?: boolean
}
data?: Array<String>
let character: string
let age: number
let isLoggedin: boolean
character = 'agung'
age = 23
isLoggedin = true