Login
Remember
Register
Ask a Question
You want to create an alert. Select the correct one
+1
vote
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
You want to create an alert. Select the correct one
alert('goodbye");
alert('he said "goodbye" ');
alert("goodbye');
#javascript-object
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 7, 2020
by
SakshiSharma
alert('he said "goodbye" ');
...