Hello everyone! can some one help me with this, i dont wanted to get it fix, i just want to know where to start!
code of help needed:
<!DOCTYPE html>
<html>
<head>
<title>Jiggle Into JavaScript</title>
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> -->
</head>
<body>
<p>Press the buttons to change the box!</p>
<div id="box" style="height:150px; width:150px; background-color:orange; margin:25px"></div>
<button id="button1Btn">Grow</button>
<button id="button2Btn">Blue</button>
<button id="button3Btn">Fade</button>
<button id="button4Btn">Reset</button>
<script type="text/javascript" src="javascript.js"></script>
</body>
</html>
i have to make that orange box to grow, change color, fade and reset, but it seems like i not hitting on the nail! I’ve tried added the document.getElementbyid, but its not working, can someone show me where to start?