1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Fix heading for content file (#3509)

Removed unnecessary heading <code> tag.
This commit is contained in:
Amin Rezaei
2023-02-28 22:47:36 +03:30
committed by GitHub
parent 2b49fa3182
commit 74b2dda7f7

View File

@@ -1,4 +1,4 @@
# The `for` loop # The for loop
The `for` loop is a standard control-flow construct in many programming languages, including JavaScript. It's commonly used to iterate over given sequences or iterate a known number of times and execute a piece of code for each iteration. The `for` loop is a standard control-flow construct in many programming languages, including JavaScript. It's commonly used to iterate over given sequences or iterate a known number of times and execute a piece of code for each iteration.