Counting

Count up to a certain number.

Skills: InputOutputVariablesLoops
0.5%

Brief

Write a program that outputs all the numbers up to a number input by the user. You can choose whether to start at zero or one.

Here are some links to resources for this project.

Use the code below to get you started. Copy and paste the HTML into your own file. You do not need to write any more HTML to complete this project.

You can use the JavaScript below if you need help to get started. It contains everything you need for this program.

If you can, try to complete the project without looking at it.