What are Odd Numbers?
Odd numbers are numbers that are not divisible by 2.
They include:
Thankfully, odd numbers complement even numbers. So our JavaScript code
for listing odd numbers is almost same as the one for even numbers.
Create a new file; On Notepad++: File, New.
Call it OddNumbers.html.
Type out the adjoining JavaScript code for listing odd numbers.