TS - Boolean

let isPerson : boolean = true; ရေးထုံးနဲ့ Boolean Type တွေကို သတ်မှတ် လို့ရပါတယ် ။

let isPerson: boolean = true;
console.log(isPerson);

Last updated