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);

7th Jun 2024, 3:54 PM
Shanmuka Priya
Shanmuka Priya - avatar
2 odpowiedzi
+ 4
Hint: Use the toString() method to convert to a string
7th Jun 2024, 4:03 PM
Chris Coder
Chris Coder - avatar
0
23rd Aug 2024, 10:20 AM
Pavithrasriharini
Pavithrasriharini - avatar