+1 vote
in JavaScript by
You want to create an alert. Select the correct one

alert('goodbye");

alert('he said "goodbye" ');

alert("goodbye');

1 Answer

0 votes
by

alert('he said "goodbye" '); 

...