0
2
GGGiovanny Gongora
The most basic datatype is the simple true/false value, which JavaScript and TypeScript call a boolean value
const bHasHobbies: boolean = true;
0
2
GGGiovanny Gongora
The most basic datatype is the simple true/false value, which JavaScript and TypeScript call a boolean value
const bHasHobbies: boolean = true;