Switch it 03
const bool = true;
Convert the variable bool
into a String and store the new value into another variable called text
.
const bool = true;
Convert the variable bool
into a String and store the new value into another variable called text
.