SIMPLE PUZZLE

What to do:
Hey, there is a simple puzzle to do here. The goal will be to make sure all four bars are the same height and touch the black line at the top. You must push the button under the bars to see how it adjusts some of the bars. The buttons to push will be the three black squares. Once all bars are the same height, the bars will change to the same color, you're done with this little task here and can view some other project.

PUZZLE
Coding languages used:
1. HTML
2. JAVASCRIPT
Explanation of how each coding language was used:
1. HTML was used to format and layout all of the content you see on the webpage. It was also used to set what is affected by the programming scripts.
2. JAVASCRIPT was used here to adjust the size of each bar and have a function that runs every half second to check to see if all the bars are the same height. Once they are the same height they change all the bars to the same color.