Sure! Here's an example of a for loop in JavaScript:
javascript
In this example, the loop will run 5 times, and for each iteration, it will print "This is iteration" followed by the value of "i". I hope this helps! Let me know if you have any other questions.