Let the user know if their heart rate is too high by printing the tooHigh variable.

Hit the OPEN IN EDITOR button and try changing the values of 60 and 100 or switching the comparison operators around.

Make sure to assemble console.log(tooHigh);.