Click here to Skip to main content
15,905,776 members

Comments by nonprocoder (Top 3 by date)

nonprocoder 13-Dec-23 12:33pm View    
fixed it, i was using Single and double quotes instead of back ticks
nonprocoder 13-Dec-23 12:29pm View    
But If I change to 'hello, ' + fullname.value, it worked.
nonprocoder 13-Dec-23 12:18pm View    
hi, Thank you for your answer, I have fixed the main issue here.
But I have another question would like to ask, it just happened to me.
`hello, ${fname.value}` I don;t know why in my vs code, ${fname.value} is not a value, it's a string, just like hello. I copied your code, it works, but I did on my keyboard, it doesn't work. do you have any idea maybe I made another mistaken?