mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 11:39:52 +02:00
Fix heading for content file (#3509)
Removed unnecessary heading <code> tag.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user