0
JavaScript Alert with Text & Variable
Is it possible to have a variable and text in the same alert? alert("text") combined with alert(variable)
1 Answer
+ 1
yes. alert("text"+variable);
Is it possible to have a variable and text in the same alert? alert("text") combined with alert(variable)