Boolean
The most basic datatype is the simple true/false value, which JavaScript and TypeScript call a boolean
value.
1 | let isDone: boolean = false ; |
Boolean
The most basic datatype is the simple true/false value, which JavaScript and TypeScript call a boolean
value.
1 | let isDone: boolean = false ; |
Designed by : w10schools
service@w10schools.com
Please login to continue.