Concepts Used: do..while(), parsefloat(), comparison operato…

Concepts Used: do..while(), parsefloat(), comparison operators Prompt:Write a guessing game. Pick a number between 1 and 10 (hardcode it or use Math.floor(Math.random()*10 + 1)), and let the user guess until they get it right. Show a “Too High” or “Too Low” message after each wrong guess.