Learning Javascript and various stuff
-
Button with 2 input fields, one name, one age. Console log the inputs when you press the button
-
Body mass index calculator. Using Weight and height. User inputs weight and height. You calcutate their BMI in a function and console log if they are underwight, normal, overweight...
-
Add two numbers together when the user press button. Look out for input not being string, using the correct equal check