0
what may be the answer for this ?
Code to convert the value into a string and check the data type let num = 50; let str = (num); alert( str);
2 Respuestas
+ 4
Hint: Use the toString() method to convert to a string
0
Code to convert the value into a string and check the data type let num = 50; let str = (num); alert( str);