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
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.