JAVASCRIPT FILE – Computer Science Assignment soloution

I need a JavaScript file that prompts the following by clicking the button:

Please do not press this button again.

Do not press this button again.

DO NOT PRESS THIS BUTTON AGAIN!

I need it to work with the following HTML script:

<!DOCTYPE html>

<html>

<head>

<title>RedHitchhikerButton</title>

<title>RedHitchhikerButton</title>

<script src=”HitchHikerButton.js”></script>

<script src=”JSConsole.js”></script>

<style>

#HitchhikerButton {

background-color: red;

font: bold 40px ‘Times New Roman’,  ‘Serif’;

color: white;

display: block;

align: center;

margin: auto;

</style>

<body onload=”HitchHikerButton()”>

<button id=”HitchhikerButton” type=”button”>RED</button>

</body>

</html>