Javascript programming

Create a web page that allows the user to enter as many numbers as desired and separates them into even and odd. Then find and display the sum and average of all the even numbers and the sum and average of all the odd numbers. Save your page as odd_even.html and be sure to include an appropriate page title.