0 votes
in JavaScript by

What should appear at the very end of your JavaScript?

The <script language="javascript"> tag

a) <script>

b) <script>

c) </script language="javascript">

d) All of the above

1 Answer

0 votes
by

Answer:-  B

Reason: </script> Should appear at the very end of your JavaScript.

The < script> element either contains scripting statements, or it points to an external script file through the src attribute.

Related questions

0 votes
asked Dec 1, 2022 in JavaScript by john ganales
0 votes
asked Dec 2, 2022 in JavaScript by john ganales
...