+1 vote
in JavaScript by
Using HTML button tag, JavaScript command can be executed by using ____ function.

"alert('Button1');"

"alert('Button");"

"alert('Button1');

"alert(Button1);"

1 Answer

0 votes
by

"alert('Button1'); 

...