samratneupane.bsky.social
@samratneupane.bsky.social
Day 1
What is typescript ?
it is an programming language built on javascript which give helps in the type safety of your code

Defining the types in type script
let username: string = "Hello"
let age: number = 4
let isLoggedIn: Boolean = false
January 19, 2025 at 1:26 PM
Starting with the Typescript today. Typescript has been getting popular everyday and i always always wanted to learn it so from today i will be sharing what i learned about typescript everyday. #typescript #programming #javascript #devlopment
January 18, 2025 at 12:41 PM
January 17, 2025 at 9:27 AM