+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" '); 

Related questions

0 votes
asked Oct 8, 2022 in JavaScript by rajeshsharma
0 votes
asked Jun 17, 2019 in IONIC by rajeshsharma
...