in the code.. it is supposed to generate number between given min and max value
but it doesn't work properly when i put literal numbers insted of the variable in the highlighted area in the screenshot it works
like, if i have max = 10; min = 5; as given, and in the highlighted arean insted of minValueJS i out the min value 5 directly it works.. Anyone know why?? thanks!!