- Clone this repository
- Open the
index.html
file in your browser (eg: Google Chrome)
When we open the index.html
file in the browser, we see two buttons and a list of some numbers.
Currently the buttons don't do anything but we would want them to perform the action mentioned on them.
So, clicking on the Sort
button should sort those numbers on the list
and clicking on the Filter Odd Numbers
should only show the odd numbers from that list
That's all folks.
There are multiple ways that you can submit the challenge.
- send us the updated
index.html
file - send us a zipped version of the directory
- Fork the repo and send us a link after you have made your changes
- 50 points for the correct working of the
Sort
button - 50 points for the correct working of the
Filter
button