filmov
tv
Javascript quiz question 02 #Devquiz #javascript #webdevelopment #quiz #learning
Показать описание
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
explanation
here,
num = 10
then,
num = '10' + 10 = '1010'
in Javascript typeof function returns the data type of the given parameter