Question: Which of the following is not a JavaScript string method?
A
B
C
D
rep
B
split
C
substr
D
slice
Note: Not available
<script type="text/JavaScript"> function message(){ alert("Welcome to ExpertRating!!!") } </script>You want the user to see the above message upon opening the page. How will you implement this?