Home
Contact
Dorokhov.codes
Boolean
Conversion to boolean
Boolean(
'hello'
);
// we will get boolean type.
!!
'hello'
;
// we will get boolean type.