- Display some javascript on my page
Outcomes
- Using a 'for loop' that would run a set on instructions multiple times. The 'for loop' allows this to be predetermined.
- The loop starts with i=0. The loop will continue to run as long as i is equal to 5. i will increase by 1 each time the loop runs. It was set to run to for 5 times.
- Creating a script function with this data in bloggers hmtl template allows for a single 'input' type button to be created that corresponds with the loop and can be posted along with an explanation in a single post.
No comments:
Post a Comment