Search results

  1. W

    Why is my Javascript (written in a html editor) not working?

    My Javascript code within my html file looks like this (yes there are html and body tags, dont worry about them). <script type="text/javascript"> var circumference = window.prompt ( "Enter the circumference of the bottle (cm)" ,"0"); var height = window.prompt ( "Enter the height of the...
Back
Top