i have a problem on our javascript class; i need to create a script where users can input 5 integers then the program outputs the highest and the lowest numbers entered by the user. i was able to do that but the problem is , whenever i input same integers together, either the highest or the lowest, it outputs as much as the number of times i entered that integer.. ex.. i entered 22345 output: 22 5 need help gurus