Quick Links

JavaScript

Welcome to the dedicated JavaScript section. This page contains all of the JavaScript elements that I have understood and used so far on my journey into web design.

for loop

for loops are great for getting a statement to run a certain number of times. In the below example, clicking the button will start a for loop which will run exactly 10 times and log to the console each time