Fix heading for content file (#3509)

Removed unnecessary heading <code> tag.
pull/3513/head
Amin Rezaei 2 years ago committed by GitHub
parent 2b49fa3182
commit 74b2dda7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/javascript/content/106-javascript-loops-iterations/103-for-statement.md

@ -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.

Loading…
Cancel
Save