Javascript quiz question 02 #Devquiz #javascript #webdevelopment #quiz #learning

preview_player
Показать описание
in Javascript if number + string = string
explanation
here,
num = 10
then,
num = '10' + 10 = '1010'

in Javascript typeof function returns the data type of the given parameter
Рекомендации по теме