Based on the the JavaScript tutorial documents, this assignment requires you to complete exercise 2 in JavaScript Tutorial6.

Create an interactive webpage with JavaScript to calculate a user's BMI based on their height and weight.

The formula for BMI is (weight*703)/height^2

Display a message about what their BMI indicates. You may use this website htPp://www.bmi-calculator.net/ for information about the BMI calculator and information about various categories.

Underweight < 18.5
Normal weight 18.5-24.9
Overweight 25-29.9
Obesity 30 or more

While you complete this assignment you are to accomplish the following

  • Provide their specific BMI score
  • Employ a div that dynamically updates after the calculation to display information about the specific category of BMI
  • Highlight the range of BMI they fall into based on the above table.
  • Clear the page and form at the click of a button.

Feel free to employ parts of the code that you will find in the tutorials as a scaold as you build and complete this assignment.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.