Hello, I'm looking for some assistance with a coding problem. Basically, I have an array of numbers which includes 5, 8, and 10. I need to create a form where users can input numbers. If the user inputs a number that is not 5, 8, or 10, I want to display an error message using (keyup) event. The error message should simply say "Wrong number length" in red color. Can anyone help me out with this?